diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 06:06:14 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 06:06:14 +0000 |
commit | bdae7eb27775942e368fa76a3350b35eb1e51aa0 (patch) | |
tree | ee5b3e5fea1747ff2b37cecc0bbf762cdf2a09df /net | |
parent | 3ac520e638c3197487e8f131a9c8e38d9ca6f628 (diff) | |
download | pkgsrc-bdae7eb27775942e368fa76a3350b35eb1e51aa0.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |