diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 17:37:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 17:37:47 +0000 |
commit | f554f89c4fadcd02445fcc0ef7555a0f110ac2f9 (patch) | |
tree | 0392481f5b74a8752e5aa2d7eae219957562cc98 /games/openglad | |
parent | 7eb536ae4089eb791cff87c57f4d7fde10e7d791 (diff) | |
download | ports-f554f89c4fadcd02445fcc0ef7555a0f110ac2f9.tar.gz ports-f554f89c4fadcd02445fcc0ef7555a0f110ac2f9.zip |
Notes
Diffstat (limited to 'games/openglad')
-rw-r--r-- | games/openglad/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/openglad/Makefile b/games/openglad/Makefile index e2e6d8a9a8e6..0186ccee3334 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -14,15 +14,12 @@ MASTER_SITE_SUBDIR= snowstorm MAINTAINER= krion@FreeBSD.org COMMENT= SDL port of an old DOS game called Gladiator -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer - USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_SDL= yes +USE_SDL= sdl mixer -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="-I${X11BASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" PLIST_SUB= DOCDIR=share/doc/${PORTNAME} post-configure: |