diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-01-13 03:12:34 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-01-13 03:12:34 +0000 |
commit | ed7d95818419a6167d31124d10ee16d9867850f9 (patch) | |
tree | b570e4f5b3619d459ad4d1f1f6923a79afd54584 /games/q2pro | |
parent | - Update to version 6974. (diff) |
- Add missing SDL and JPEG dependencies.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=182272
Diffstat (limited to 'games/q2pro')
-rw-r--r-- | games/q2pro/Makefile | 4 |
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 |