diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-09 16:55:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-09 16:55:06 +0000 |
commit | 9f2b28944c13bac8cb29eb8b724e661c97624675 (patch) | |
tree | b0e255df8ae15d7a2d67e2946c3cb137ac6dcec8 /net/wistumbler2 | |
parent | 3c8e60205b1ad9e937fefe0fa768d91a72a8a2d2 (diff) | |
download | pkgsrc-9f2b28944c13bac8cb29eb8b724e661c97624675.tar.gz |
Unmask DragonFly.
Diffstat (limited to 'net/wistumbler2')
-rw-r--r-- | net/wistumbler2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wistumbler2/Makefile.common b/net/wistumbler2/Makefile.common index 538767bb311..56d29eacc1a 100644 --- a/net/wistumbler2/Makefile.common +++ b/net/wistumbler2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2005/12/05 20:50:50 rillig Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/12/09 17:04:51 joerg Exp $ # DISTNAME= wistumbler2-2.0pre10 @@ -14,7 +14,7 @@ PATCHDIR= ${.CURDIR}/../../net/wistumbler2/patches PLIST_SRC= ${.CURDIR}/../../net/wistumbler2/PLIST NOT_FOR_PLATFORM= NetBSD-[01].[012345]*-* -ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-* CONFLICTS+= wistumbler-[0-9]* HAS_CONFIGURE= YES |