diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
commit | b3754997c5c12bd54638eb21e36818d9bf284fc0 (patch) | |
tree | 530495bb2d18b18fd6e29cff2cf08edb1760994c | |
parent | 89ff1192a47e00572d13b64c71835dfde9210a6e (diff) | |
download | pkgsrc-b3754997c5c12bd54638eb21e36818d9bf284fc0.tar.gz |
Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable
NetBSD versions as appropriate
-rw-r--r-- | audio/xmms-tv-scope/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_base/Makefile | 7 | ||||
-rw-r--r-- | graphics/ogle/Makefile | 5 |
4 files changed, 14 insertions, 8 deletions
diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile index 2323c41e227..40551511694 100644 --- a/audio/xmms-tv-scope/Makefile +++ b/audio/xmms-tv-scope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/01 10:42:19 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/23 02:22:26 jmc Exp $ # DISTNAME= tv_scope-0.0.2 @@ -15,7 +15,9 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES -ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-* NetBSD-1.6[N-Z]-* NetBSD-1.6Z[A-Z]-* NetBSD-1.[7-9]* +ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-* +ONLY_FOR_PLATFORM+= NetBSD-1.6[N-Z]-* NetBSD-1.6Z[A-Z]-* NetBSD-1.[7-9]* +ONLY_FOR_PLATFORM+= NetBSD-[2-9]* .include "../../audio/xmms/buildlink2.mk" .include "../../devel/SDL/buildlink2.mk" diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index 8f78de10f43..d4518ddd51a 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/23 02:22:25 jmc Exp $ DISTNAME= kttcp-${VERSION} WRKSRC= ${WRKDIR} @@ -11,7 +11,7 @@ COMMENT= kttcp kernel network throughput benchmark VERSION= 20020711 -ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* +ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* NetBSD-1.[7-9]* NetBSD-[2-9]* EXTRACT_ONLY= # empty NO_CHECKSUM= # defined diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 324a3372827..86c14643180 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/03/26 04:05:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.39 2003/04/23 02:22:25 jmc Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 3 @@ -12,7 +12,10 @@ HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc NetBSD-1.[7-9]-powerpc +ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-i386 +ONLY_FOR_PLATFORM+= NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc +ONLY_FOR_PLATFORM+= NetBSD-1.[7-9]*-powerpc NetBSD-[2-9]*-powerpc USE_BUILDLINK2= # defined EXTRACT_ONLY= # empty diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile index 432fa58ba21..d5eb4caae2a 100644 --- a/graphics/ogle/Makefile +++ b/graphics/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/04/10 10:18:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/04/23 02:22:24 jmc Exp $ DISTNAME= ogle-0.9.1 CATEGORIES= graphics @@ -9,8 +9,9 @@ HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ COMMENT= DVD player with menus ONLY_FOR_PLATFORM= NetBSD-1.5.[23]*-i386 NetBSD-1.5[Y-Z]*-i386 -ONLY_FOR_PLATFORM+= NetBSD-1.[6-9]*-i386 +ONLY_FOR_PLATFORM+= NetBSD-1.[6-9]*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= NetBSD-1.6[D-Z]*-powerpc NetBSD-1.[7-9]*-powerpc +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-powerpc USE_BUILDLINK2= yes USE_X11= yes |