summaryrefslogtreecommitdiff
path: root/emulators/suse100_linux
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-23 18:20:30 +0000
committerjlam <jlam>2007-08-23 18:20:30 +0000
commit797811e459b3190957546edcfc131ce88f4ef0de (patch)
treec6706bd84a98810ed13e7d11701dcd7444995ccb /emulators/suse100_linux
parent179a20a1e99a6e9206629a0155103d2ff3d0bd6c (diff)
downloadpkgsrc-797811e459b3190957546edcfc131ce88f4ef0de.tar.gz
Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
Diffstat (limited to 'emulators/suse100_linux')
-rw-r--r--emulators/suse100_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common
index c8ac4360b2c..3c192a0be43 100644
--- a/emulators/suse100_linux/Makefile.common
+++ b/emulators/suse100_linux/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.17 2007/07/29 08:55:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.18 2007/08/23 18:20:31 jlam Exp $
SUSE_PKG= yes
SUSE_VERSION= 10.0
-SUSE_VERSION_REQD= ${SUSE_VERSION}
+EMUL_REQD= suse>=${SUSE_VERSION}
# The SuSE 10.x Linux packages are only usable on the following platforms.
.if defined(SUSE_COMPAT32)