diff options
author | krion <krion@FreeBSD.org> | 2003-08-07 04:43:52 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-07 04:43:52 +0800 |
commit | 7a9c72b91991c18599f4b82cd31938c60d201da8 (patch) | |
tree | 4c9ea594f10f52ba3b835a6d5065b2c2a1b533bf /games | |
parent | d882200ea2f385e968e7d36f933998b58c8b94f5 (diff) | |
download | freebsd-ports-gnome-7a9c72b91991c18599f4b82cd31938c60d201da8.tar.gz freebsd-ports-gnome-7a9c72b91991c18599f4b82cd31938c60d201da8.tar.zst freebsd-ports-gnome-7a9c72b91991c18599f4b82cd31938c60d201da8.zip |
Utilize USE_SDL
Diffstat (limited to 'games')
-rw-r--r-- | games/barrage/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 31b9f1d967fa..9eac94beb306 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -15,12 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= Destroy as many targets as possible -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_GMAKE= yes +USE_SDL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-profile-path=/var/games USE_REINPLACE= yes |