summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-23 18:20:30 +0000
committerjlam <jlam@pkgsrc.org>2007-08-23 18:20:30 +0000
commit081c0f895704db5ee92950c14036f96033fb55fd (patch)
treec6706bd84a98810ed13e7d11701dcd7444995ccb /lang
parent4fd552cb21dfeb2898d90d53d46868981644b7c9 (diff)
downloadpkgsrc-081c0f895704db5ee92950c14036f96033fb55fd.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 'lang')
-rw-r--r--lang/Cg-compiler/Makefile4
-rw-r--r--lang/blackdown-jre13/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile
index e5a10626829..8ae6c37198f 100644
--- a/lang/Cg-compiler/Makefile
+++ b/lang/Cg-compiler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/07/29 05:19:27 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/08/23 18:20:31 jlam Exp $
#
DISTNAME= CgLinux-1.3.0408-0400
@@ -13,7 +13,7 @@ COMMENT= NVIDIA Cg Compiler for Linux
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= base
-SUSE_VERSION_REQD= 7.3
+EMUL_REQD= suse>=7.3
WRKSRC= ${WRKDIR}
BUILD_DIRS= # empty
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common
index 30e698430c3..3de6dea2449 100644
--- a/lang/blackdown-jre13/Makefile.common
+++ b/lang/blackdown-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2007/07/29 05:19:27 jlam Exp $
+# $NetBSD: Makefile.common,v 1.29 2007/08/23 18:20:31 jlam Exp $
#
RELVERSION= 1.3.1
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.tux.org/pub/java/${BD_SUBDIR}/ \
EMUL_PLATFORMS+= linux-i386 linux-powerpc linux-sparc
EMUL_MODULES.linux+= base
-SUSE_VERSION_REQD= 7.3
+EMUL_REQD= suse>=7.3
.include "../../mk/bsd.prefs.mk"