summaryrefslogtreecommitdiff
path: root/multimedia/ns-flash
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-23 18:20:30 +0000
committerjlam <jlam>2007-08-23 18:20:30 +0000
commit854055381754e3e5a3da436cd9bc742eb4783ac0 (patch)
treec6706bd84a98810ed13e7d11701dcd7444995ccb /multimedia/ns-flash
parentcebfe5e3735b7f75ba1e125d6d65d293f59ee799 (diff)
downloadpkgsrc-854055381754e3e5a3da436cd9bc742eb4783ac0.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 'multimedia/ns-flash')
-rw-r--r--multimedia/ns-flash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile
index 0c9e13f7dee..0763202ba21 100644
--- a/multimedia/ns-flash/Makefile
+++ b/multimedia/ns-flash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/07/29 05:19:45 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2007/08/23 18:20:33 jlam Exp $
CATEGORIES= multimedia www
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
@@ -27,7 +27,7 @@ CRYPTO= yes
EMUL_PLATFORMS= linux-i386
EMUL_PLATFORMS+= solaris-sparc
EMUL_MODULES.linux= compat gtk2 x11
-SUSE_VERSION_REQD= 9.0
+EMUL_REQD= suse>=9.0
.include "../../mk/bsd.prefs.mk"