aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-07-31 05:11:56 +0800
committerkrion <krion@FreeBSD.org>2003-07-31 05:11:56 +0800
commitd169fbe5411cf2d071b75096e4515f3edf313f90 (patch)
tree694177a8ff92e43d2e3406f477aa9dc2d85b65b7 /games
parent2085af5bddf176e5f8d0179a4fb8f567ac490805 (diff)
downloadfreebsd-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/Makefile6
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"