aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-09 14:30:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-09 14:30:02 +0000
commit7cffd3c8f90872c68664bd0c51b48f9e2c59e611 (patch)
treeca64d90fe979fab8f7ed8d1e9bdd41583f1793d9 /games/quakeforge
parent232584a7099c1614b5d83999ae19aa01004d0232 (diff)
downloadports-7cffd3c8f90872c68664bd0c51b48f9e2c59e611.tar.gz
ports-7cffd3c8f90872c68664bd0c51b48f9e2c59e611.zip
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components are installed. This goes against the policy of avoiding automatic dependencies, and there are actually no cases in the portstree where these knobs are used properly, so axe them out. Approved by: portmgr (mat) Differential Revision: D4093
Notes
Notes: svn path=/head/; revision=401100
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 30862da52caa..9c24db686223 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -22,7 +22,6 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= bison compiler:nestedfct gmake libtool tar:bzip2
USE_LDCONFIG= yes
-WANT_SDL= yes
CONFIGURE_ARGS+=--with-global-cfg=${PREFIX}/etc/quakeforge.conf \
--with-sharepath=${DATADIR} \