diff options
-rw-r--r-- | net/gtk_wicontrol/Makefile | 4 | ||||
-rw-r--r-- | net/ipa/Makefile | 4 | ||||
-rw-r--r-- | net/wimon/Makefile | 4 | ||||
-rw-r--r-- | net/wistumbler2/Makefile.common | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index 4694d893e32..74089cd96c4 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:03:07 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/09 16:55:06 joerg Exp $ DISTNAME= gtk_wicontrol-0.17 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.izawa.org/software/gtk_wicontrol/ COMMENT= GTK+-based Wavelan status meter -ONLY_FOR_PLATFORM= *BSD-*-* +ONLY_FOR_PLATFORM= *BSD-*-* DragonFly-*-* USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/net/ipa/Makefile b/net/ipa/Makefile index 46705181732..0f35afedc3e 100644 --- a/net/ipa/Makefile +++ b/net/ipa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:48 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/09 16:55:43 joerg Exp $ # DISTNAME= ipa-1.3.6 @@ -13,7 +13,7 @@ MAINTAINER= simon@comsys.ntu-kpi.kiev.ua HOMEPAGE= http://ipa-system.sourceforge.net/ COMMENT= IP accounting software -ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-1*-* OpenBSD-*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-1*-* OpenBSD-*-* DragonFly-*-* RESTRICTED= "Needs to be built uniquely for each host" NO_BIN_ON_FTP= ${RESTRICTED} 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]*-* 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 |