diff options
-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 |