From 797811e459b3190957546edcfc131ce88f4ef0de Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 23 Aug 2007 18:20:30 +0000 Subject: 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. --- archivers/rar/Makefile.netbsd-i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/rar') diff --git a/archivers/rar/Makefile.netbsd-i386 b/archivers/rar/Makefile.netbsd-i386 index 6782c1ab499..f1e7a607050 100644 --- a/archivers/rar/Makefile.netbsd-i386 +++ b/archivers/rar/Makefile.netbsd-i386 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.netbsd-i386,v 1.1 2007/08/22 16:43:34 jlam Exp $ +# $NetBSD: Makefile.netbsd-i386,v 1.2 2007/08/23 18:20:30 jlam Exp $ DISTNAME= rarbsd PKGNAME= rar-2.02 MASTER_SITES= ftp://ftp.elf.stuba.sk/pub/pc/pack/ EXTRACT_SUFX= .sfx -NETBSD_VERSION_REQD= 1.2 +EMUL_REQD= netbsd>=1.2 WRKSRC= ${WRKDIR} EXTRACT_CMD= exec "$$extract_file" >/dev/null -- cgit v1.2.3