diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-06 20:43:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-06 20:43:52 +0000 |
commit | c46584d0d94908601a21d51c84f6f5505985e7c2 (patch) | |
tree | e9df1f90cd4b9a36cee36ff8ecdd6a70f872d07e /games | |
parent | 6fadec84a9e42d6d17b9629aec0b5599bb0ab1ae (diff) | |
download | ports-c46584d0d94908601a21d51c84f6f5505985e7c2.tar.gz ports-c46584d0d94908601a21d51c84f6f5505985e7c2.zip |
Notes
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 |