From cacc3aca75ca6cd14471967865c38211c496c42e Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 2 Sep 2006 23:09:34 +0000 Subject: Replace NO_CDROM and NO_PACKAGE with RESTRICTED since package builds are allowed. --- net/AquaGatekeeper/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/AquaGatekeeper') diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile index b2fe2c140f9..aa27f666a17 100644 --- a/net/AquaGatekeeper/Makefile +++ b/net/AquaGatekeeper/Makefile @@ -21,8 +21,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -NO_PACKAGE= "No commercial redistribution" -NO_CDROM= "No commercial redistribution" +RESTRICTED= "No commercial redistribution" .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes -- cgit