diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 21:11:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 21:11:56 +0000 |
commit | 508629af4bb3323c27d5e5ac749ae9b6b3d58a36 (patch) | |
tree | 144a48dd2555a5dab1b7150efc94dd08a43f9f33 /games/openglad | |
parent | 43f8d59612f19a3b9a64c7c0f7d5dc1477567275 (diff) | |
download | ports-508629af4bb3323c27d5e5ac749ae9b6b3d58a36.tar.gz ports-508629af4bb3323c27d5e5ac749ae9b6b3d58a36.zip |
Notes
Diffstat (limited to 'games/openglad')
-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" |