diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-19 12:12:08 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-03-19 12:12:08 +0800 |
commit | adcd6b0f468d5377b2bea0c66ea7253001611b9c (patch) | |
tree | b9ecf139974057632940c44494d50340cfcd4fe1 /games | |
parent | 524efb1ee1d5ac7b2a20f84be142f3b3044b9193 (diff) | |
download | freebsd-ports-gnome-adcd6b0f468d5377b2bea0c66ea7253001611b9c.tar.gz freebsd-ports-gnome-adcd6b0f468d5377b2bea0c66ea7253001611b9c.tar.zst freebsd-ports-gnome-adcd6b0f468d5377b2bea0c66ea7253001611b9c.zip |
Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
When use RESTRICT it implies the former ones.
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-quake3-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-quake3/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/games/linux-quake3-demo/Makefile b/games/linux-quake3-demo/Makefile index 080a2ce73d90..1fdb6b1ed093 100644 --- a/games/linux-quake3-demo/Makefile +++ b/games/linux-quake3-demo/Makefile @@ -15,8 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Quake III Arena Demo RESTRICTED= Restrictive license by Loki Software -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} USES= linux USE_LINUX= dri diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index b24f0155e8b3..c4474e4600d4 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -18,8 +18,6 @@ USES= linux zip:infozip NO_WRKSUBDIR= yes RESTRICTED= Restrictive license by Loki Software -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} OPTIONS_MULTI= TYPE OPTIONS_MULTI_TYPE= CLIENT DEDICATED SMP |