diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-01 10:46:39 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-01 10:46:39 +0000 |
commit | ff0d06f6deffc7e5088202d89e6276468145e192 (patch) | |
tree | 0e04e1a141f90ed9771320c9cb6504b52e10468a | |
parent | 4fc054632a837a01c9df36cae33594bbf4da14e1 (diff) | |
download | pkgsrc-ff0d06f6deffc7e5088202d89e6276468145e192.tar.gz |
This only works for powerpc on 1.6L and higher and specifically not 1.6.1
as the linux kernel bump isn't on the 1.6 branch. Fix ONLY_FOR_PLATFORM
accordingly.
-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 5f9540af1ac..79779cf7116 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2002/12/09 21:34:59 tron Exp $ +# $NetBSD: Makefile,v 1.36 2003/03/01 10:46:39 jmc Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 2 @@ -12,7 +12,7 @@ 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-*-powerpc +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 USE_BUILDLINK2= # defined EXTRACT_ONLY= # empty |