diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-20 15:32:50 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-20 15:32:50 +0000 |
commit | 4be14378c4db5b3c8554cf80b623573b28591bd0 (patch) | |
tree | 906143a99d2f96f664f4b1842909b37c9352c4bd /emulators/suse91_base | |
parent | d4ae15f7911bf0266d21df80cc984f552574c918 (diff) | |
download | pkgsrc-4be14378c4db5b3c8554cf80b623573b28591bd0.tar.gz |
The Linux support for NetBSD/amd64 has not been pulled up in the
netbsd-3 branch, so limit this package to 3.99 or newer.
Diffstat (limited to 'emulators/suse91_base')
-rw-r--r-- | emulators/suse91_base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index 8baa24a0d75..11b1ea406f5 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/07/09 00:06:11 kristerw Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/20 15:32:50 kristerw Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 5 @@ -11,8 +11,8 @@ 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-[2-9]*-i386 NetBSD-[3-9]*-x86_64 \ - FreeBSD-*-i386 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-i386 NetBSD-3.99*-x86_64 \ + NetBSD-[4-9]*-x86_6 FreeBSD-*-i386 EXTRACT_ONLY= # empty PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |