diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
commit | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (patch) | |
tree | 9a51e97aae432fcea74885163c34d9b2ea320182 /games/quake2lnx/Makefile | |
parent | 1cf84a7629db2f277899160ca95c291a219291a4 (diff) | |
download | FreeBSD-ports-74230dc0c1f009235a9f905409f0aec6b98ba2e0.zip FreeBSD-ports-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.gz |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/quake2lnx/Makefile')
-rw-r--r-- | games/quake2lnx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 2a4a403..9a1b473 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -48,7 +48,7 @@ PLIST_SUB+= SVGA="@comment " || exists(${LOCALBASE}/lib/libSDL-1.1.so.5) . if !(defined(WITHOUT_SDLCLIENT) && defined(WITHOUT_SDL) \ && defined(WITHOUT_SDLGL)) -LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 +USE_SDL= yes . endif . if !defined(WITHOUT_SDLCLIENT) MAKE_ARGS+= BUILD_SDLQUAKE2=YES |