diff options
author | krion <krion@FreeBSD.org> | 2003-07-31 05:11:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-31 05:11:56 +0800 |
commit | d169fbe5411cf2d071b75096e4515f3edf313f90 (patch) | |
tree | 694177a8ff92e43d2e3406f477aa9dc2d85b65b7 /games | |
parent | 2085af5bddf176e5f8d0179a4fb8f567ac490805 (diff) | |
download | freebsd-ports-gnome-d169fbe5411cf2d071b75096e4515f3edf313f90.tar.gz freebsd-ports-gnome-d169fbe5411cf2d071b75096e4515f3edf313f90.tar.zst freebsd-ports-gnome-d169fbe5411cf2d071b75096e4515f3edf313f90.zip |
* Utilize USE_SDL
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/openglad/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/openglad/Makefile b/games/openglad/Makefile index c0b0ad39466a..e2e6d8a9a8e6 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -14,14 +14,12 @@ MASTER_SITE_SUBDIR= snowstorm MAINTAINER= krion@FreeBSD.org COMMENT= SDL port of an old DOS game called Gladiator -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer - -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_SDL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${X11BASE}/include" |