aboutsummaryrefslogtreecommitdiffstats
path: root/games/barrage
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-21 01:37:47 +0800
committerkrion <krion@FreeBSD.org>2004-01-21 01:37:47 +0800
commit1a04b055e5b0833953c4b6b610b77b4439392877 (patch)
treea1bbd30443467105feb6182ec3ff85af44d86981 /games/barrage
parentd7ef12c1d7562da9511b332bfbdce59f7d7263c5 (diff)
downloadfreebsd-ports-graphics-1a04b055e5b0833953c4b6b610b77b4439392877.tar.gz
freebsd-ports-graphics-1a04b055e5b0833953c4b6b610b77b4439392877.tar.zst
freebsd-ports-graphics-1a04b055e5b0833953c4b6b610b77b4439392877.zip
- Use new bsd.sdl.mk knobs
Diffstat (limited to 'games/barrage')
-rw-r--r--games/barrage/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile
index 9eac94beb30..5e194121c4b 100644
--- a/games/barrage/Makefile
+++ b/games/barrage/Makefile
@@ -15,16 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= krion@FreeBSD.org
COMMENT= Destroy as many targets as possible
-LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
-
USE_GMAKE= yes
-USE_SDL= yes
+USE_SDL= sdl mixer
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-profile-path=/var/games
USE_REINPLACE= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CPPFLAGS="-I${X11BASE}/include"
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
post-patch:
@${REINPLACE_CMD} -e 's|applications|applnk/Applications|g' \