diff options
author | joerg <joerg> | 2005-12-09 16:55:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-09 16:55:06 +0000 |
commit | 72d7e296dfa0c6c3aebdf5ea87927933b16bba1a (patch) | |
tree | b0e255df8ae15d7a2d67e2946c3cb137ac6dcec8 /net/wimon | |
parent | d36a746cb5b10b51308abc115f549f60d5432d22 (diff) | |
download | pkgsrc-72d7e296dfa0c6c3aebdf5ea87927933b16bba1a.tar.gz |
Unmask DragonFly.
Diffstat (limited to 'net/wimon')
-rw-r--r-- | net/wimon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wimon/Makefile b/net/wimon/Makefile index 0703e7cb9ff..042d4942710 100644 --- a/net/wimon/Makefile +++ b/net/wimon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:50 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/09 17:04:51 joerg Exp $ # DISTNAME= wimon-0.3 @@ -12,7 +12,7 @@ COMMENT= Tool that shows a real-time graph of your wireless connection PKG_INSTALLATION_TYPES= overwrite pkgviews -ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* # 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]*-* |