Sun Jul 12 06:06:14 2015 UTC ()
Don't use "*BSD" in ONLY_FOR_PLATFORM as it is both an
underapproximation (doesn't match some of the newer variants) and
possibly an overapproxmation (matches "GNUkFreeBSD", which most likely
won't work)... write it out instead. Also, this way if we ever get
canned infrastructure support for this list, grep will find this case.


(dholland)
diff -r1.26 -r1.27 pkgsrc/net/gtk_wicontrol/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/net/gtk_wicontrol/Makefile (expand / switch to context diff)
--- pkgsrc/net/gtk_wicontrol/Makefile 2012/10/23 17:18:25 1.26
+++ pkgsrc/net/gtk_wicontrol/Makefile 2015/07/12 06:06:14 1.27
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2012/10/23 17:18:25 asau Exp $
+# $NetBSD: Makefile,v 1.27 2015/07/12 06:06:14 dholland Exp $
 
 DISTNAME=	gtk_wicontrol-0.17
 PKGREVISION=	6
@@ -9,7 +9,8 @@
 HOMEPAGE=	http://www.izawa.org/software/gtk_wicontrol/
 COMMENT=	GTK+-based Wavelan status meter
 
-ONLY_FOR_PLATFORM=	*BSD-*-* DragonFly-*-*
+ONLY_FOR_PLATFORM=	NetBSD-*-* OpenBSD-*-* MirBSD-*-* Bitrig-*-* \
+			FreeBSD-*-* DragonFly-*-* 
 
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes