diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 06:38:23 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 06:38:23 +0000 |
commit | b8dc5c4b5668cddf0c7f330112b9ee8f9a30068c (patch) | |
tree | 28cc269f76e675b7bc6c7a48927987f3405d5eed /net/wimon | |
parent | c896119711a05660d10ba901e1b34b4e7fde57b1 (diff) | |
download | pkgsrc-b8dc5c4b5668cddf0c7f330112b9ee8f9a30068c.tar.gz |
Add MirBSD and Bitrig to ONLY_FOR_PLATFORM. They won't build out of
the box, but should only require minor attention. This way they stand
some chance of getting it.
Diffstat (limited to 'net/wimon')
-rw-r--r-- | net/wimon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wimon/Makefile b/net/wimon/Makefile index 196a6779be9..42ee27c8d0f 100644 --- a/net/wimon/Makefile +++ b/net/wimon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:49 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 06:38:23 dholland Exp $ DISTNAME= wimon-0.3 PKGREVISION= 1 @@ -10,7 +10,8 @@ HOMEPAGE= http://imil.net/wimon/ COMMENT= Tool that shows a real-time graph of your wireless connection LICENSE= original-bsd -ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* \ + MirBSD-*-* Bitrig-*-* # Needs net80211/*.h header files which appeared in 1.6ZD. NOT_FOR_PLATFORM= NetBSD-0*-* NetBSD-1.[012345]*-* NetBSD-1.6[-_.]*-* NOT_FOR_PLATFORM+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*-* |