diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-22 03:47:15 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-22 03:47:15 +0000 |
commit | b66a2325d8ae6966e38b0419f299c0ddd70e57ae (patch) | |
tree | 670e1ec486788e8a486d0e841689956b301f2b9a /emulators | |
parent | 74fc32dba89264e8f2c2fa67f839294133cf731e (diff) | |
download | pkgsrc-b66a2325d8ae6966e38b0419f299c0ddd70e57ae.tar.gz |
Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 18 | ||||
-rw-r--r-- | emulators/rewind/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse_linux/Makefile | 5 |
3 files changed, 9 insertions, 19 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index e76703ee9d6..56c227c5ec0 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.20 2004/03/22 03:47:15 kristerw Exp $ DISTNAME= linuxppc_lib-2000.4.6 CATEGORIES= emulators @@ -22,20 +22,8 @@ BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg CONFLICTS= suse_base-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5[U-Z]-macppc NetBSD-1.5Z[A-Z]-macppc \ - NetBSD-1.[6-9]*-macppc \ - NetBSD-1.5[U-Z]-powerpc NetBSD-1.5Z[A-Z]-powerpc \ - NetBSD-1.[6-9]*-powerpc \ - NetBSD-1.5[U-Z]-prep NetBSD-1.5Z[A-Z]-prep \ - NetBSD-1.[6-9]*-prep \ - NetBSD-1.5[U-Z]-bebox NetBSD-1.5Z[A-Z]-bebox \ - NetBSD-1.[6-9]*-bebox \ - NetBSD-1.5[U-Z]-ofppc NetBSD-1.5Z[A-Z]-ofppc \ - NetBSD-1.[6-9]*-ofppc \ - NetBSD-1.5[U-Z]-amigappc NetBSD-1.5Z[A-Z]-amigappc \ - NetBSD-1.[6-9]*-amigappc \ - NetBSD-1.5[U-Z]-sandpoint NetBSD-1.5Z[A-Z]-sandpoint \ - NetBSD-1.[6-9]*-sandpoint +ONLY_FOR_PLATFORM= NetBSD-1.5[U-Z]-powerpc NetBSD-1.5Z[A-Z]-powerpc \ + NetBSD-1.[6-9]*-powerpc NetBSD-[2-9]*-* WRKSRC= ${WRKDIR}/${DISTNAME} SHLIB_HANDLING= NO diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile index f9d321aa0a6..986673417e7 100644 --- a/emulators/rewind/Makefile +++ b/emulators/rewind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/22 03:47:16 kristerw Exp $ DISTNAME= rewind-20020420 PKGREVISION= 4 @@ -12,7 +12,8 @@ COMMENT= BSD/X11 licenced fork of Wine (Windows on Unix) CONFLICTS= wine-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 \ + NetBSD-[2-9]*-i386 USE_BUILDLINK2= YES USE_X11= YES diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 76cf9d4e75a..16c031c77fc 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 21:36:13 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/03/22 03:47:16 kristerw Exp $ DISTNAME= suse_linux-7.3 CATEGORIES= emulators @@ -22,7 +22,8 @@ DEPENDS+= suse_xforms>=7.3:../suse_xforms DEPENDS+= suse_libc5>=7.3:../suse_libc5 .endif -ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 NetBSD-*-powerpc +ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 \ + NetBSD-[2-9]*-i386 NetBSD-*-powerpc EXTRACT_ONLY= # empty NO_BUILD= YES |