From bdae7eb27775942e368fa76a3350b35eb1e51aa0 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 12 Jul 2015 06:06:14 +0000 Subject: 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. --- net/gtk_wicontrol/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index c43f834a010..214584a8669 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 -- cgit v1.2.3