summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-30 21:11:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-30 21:11:56 +0000
commit508629af4bb3323c27d5e5ac749ae9b6b3d58a36 (patch)
tree144a48dd2555a5dab1b7150efc94dd08a43f9f33 /games
parentRemove the shc port, which has been broken for nearly a year (diff)
* Utilize USE_SDL
Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=85950
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"