diff options
author | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
commit | eaa75b40822b656b3eec19c61aff6646cfdc94af (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /emulators/suse_base | |
parent | d1fb1657d9512e3d7bef78ca5d0de8c80e1c1222 (diff) | |
download | pkgsrc-eaa75b40822b656b3eec19c61aff6646cfdc94af.tar.gz |
there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
Diffstat (limited to 'emulators/suse_base')
-rw-r--r-- | emulators/suse_base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index b31513d406a..5e2b8a1a136 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2004/07/23 18:25:31 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2004/10/01 10:37:33 grant Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 6 @@ -15,7 +15,7 @@ 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 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 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-powerpc ONLY_FOR_PLATFORM+= FreeBSD-*-i386 NO_BUILDLINK= YES |