diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-05 13:46:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-05 13:46:39 +0000 |
commit | eef8a8494b3bd76e87d185df447ae6e2c1dab1aa (patch) | |
tree | b80f58ed72194c01205bd320e65271c84fbc1aab /emulators | |
parent | 0f39aa1358e2e4aed0c625538291c792e944b9b4 (diff) | |
download | pkgsrc-eef8a8494b3bd76e87d185df447ae6e2c1dab1aa.tar.gz |
Add a switch SUSE_PREFER which can be set to 9.1 to get
suse91 packages by default.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.application | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 58039deb6d3..b6b06789229 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.12 2004/04/23 23:52:42 kristerw Exp $ +# $NetBSD: Makefile.application,v 1.13 2004/11/05 13:46:39 wiz Exp $ .include "../../mk/bsd.prefs.mk" @@ -16,8 +16,13 @@ LINUX_KERNEL_OSRELEASE!= (/sbin/sysctl -n ${_LINUX_SYSCTL_OSRELEASE} 2>/dev/null SUSE_DIR_PREFIX= suse64 SUSE_VERSION= 6.4 . else +. if !empty(SUSE_PREFER:M9.1) +SUSE_DIR_PREFIX= suse91 +SUSE_VERSION= 9.1 +. else SUSE_DIR_PREFIX= suse SUSE_VERSION= 7.3 +. endif . endif . if defined(RPMFILES) |