diff options
author | tonio <tonio> | 2006-03-09 20:42:38 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-03-09 20:42:38 +0000 |
commit | 666da2f6c32a46e37e58c47b4f7507d537ef7b0e (patch) | |
tree | aa7c25e1b59ca1b82cb7f583444c4874beccbcc4 /emulators | |
parent | 4eefe70e755db44dbaedc8f31a4a60bf29c6189f (diff) | |
download | pkgsrc-666da2f6c32a46e37e58c47b4f7507d537ef7b0e.tar.gz |
Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
Allow the use of SUSE_PREFER=10.0
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.application | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 4b7eb1b3a65..83dc9a93be4 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,11 +1,13 @@ -# $NetBSD: Makefile.application,v 1.17 2005/12/12 14:43:25 joerg Exp $ +# $NetBSD: Makefile.application,v 1.18 2006/03/09 20:42:38 tonio Exp $ .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly") && \ (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc") -. if !empty(SUSE_PREFER:M9.1) +. if !empty(SUSE_PREFER:M10.0) +. include "../../emulators/suse100_linux/vars.mk" +. elif !empty(SUSE_PREFER:M9.1) . include "../../emulators/suse91_linux/vars.mk" . else . include "../../emulators/suse_linux/vars.mk" |