aboutsummaryrefslogtreecommitdiff
path: root/games/q2pro
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-01-13 03:12:34 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-01-13 03:12:34 +0000
commited7d95818419a6167d31124d10ee16d9867850f9 (patch)
treeb570e4f5b3619d459ad4d1f1f6923a79afd54584 /games/q2pro
parente977965241f1d5f8cb5e61c667bef269d3b85f80 (diff)
downloadports-ed7d95818419a6167d31124d10ee16d9867850f9.tar.gz
ports-ed7d95818419a6167d31124d10ee16d9867850f9.zip
Notes
Diffstat (limited to 'games/q2pro')
-rw-r--r--games/q2pro/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/q2pro/Makefile b/games/q2pro/Makefile
index 8515d49bc906..c7f3d3126cfa 100644
--- a/games/q2pro/Makefile
+++ b/games/q2pro/Makefile
@@ -42,6 +42,7 @@ IGNORE= needs at least one executable (CLIENT and DEDICATED)
.endif
.if !defined(WITHOUT_CLIENT)
+USE_SDL+= sdl
ALL_TARGET+= client
PLIST_SUB+= CLIENT=""
.else
@@ -64,7 +65,8 @@ PLIST_SUB+= GAME="@comment "
.if !defined(WITHOUT_GL)
USE_GL= yes
-LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.5:${PORTSDIR}/graphics/png
ALL_TARGET+= ref_newgl
PLIST_SUB+= GL=""
.else