diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 01:37:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 01:37:47 +0800 |
commit | 1a04b055e5b0833953c4b6b610b77b4439392877 (patch) | |
tree | a1bbd30443467105feb6182ec3ff85af44d86981 /games/openglad | |
parent | d7ef12c1d7562da9511b332bfbdce59f7d7263c5 (diff) | |
download | freebsd-ports-gnome-1a04b055e5b0833953c4b6b610b77b4439392877.tar.gz freebsd-ports-gnome-1a04b055e5b0833953c4b6b610b77b4439392877.tar.zst freebsd-ports-gnome-1a04b055e5b0833953c4b6b610b77b4439392877.zip |
- Use new bsd.sdl.mk knobs
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: |