summaryrefslogtreecommitdiff
path: root/lang/Cg-compiler
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 /lang/Cg-compiler
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 'lang/Cg-compiler')
-rw-r--r--lang/Cg-compiler/Makefile4
1 files changed, 2 insertions, 2 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