diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 06:40:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 06:40:46 +0000 |
commit | 307095554122a00db4730c5924342f96f3006c6c (patch) | |
tree | 0b9e2ba011ff86bfa66cff707b189f9eb046bcc5 /net | |
parent | b8dc5c4b5668cddf0c7f330112b9ee8f9a30068c (diff) | |
download | pkgsrc-307095554122a00db4730c5924342f96f3006c6c.tar.gz |
Add MirBSD and Bitrig to ONLY_FOR_PLATFORM. They most likely won't
build out of the box but should require only minor attention.
Diffstat (limited to 'net')
-rw-r--r-- | net/wistumbler2/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wistumbler2/Makefile.common b/net/wistumbler2/Makefile.common index 740369aab98..87917e9beb1 100644 --- a/net/wistumbler2/Makefile.common +++ b/net/wistumbler2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2014/10/05 16:41:08 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2015/07/12 06:40:46 dholland Exp $ # # used by net/wistumbler2-gtk/Makefile @@ -15,7 +15,8 @@ PATCHDIR= ${.CURDIR}/../../net/wistumbler2/patches PLIST_SRC= ${.CURDIR}/../../net/wistumbler2/PLIST NOT_FOR_PLATFORM= NetBSD-[01].[012345]*-* -ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-* \ + MirBSD-*-* Bitrig-*-* CONFLICTS+= wistumbler-[0-9]* HAS_CONFIGURE= YES |