diff options
-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" |