diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-10-10 00:15:20 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-10-10 00:15:20 +0000 |
commit | 0f058b6b4b699e2a2a36dd1befa556a6e746d7ce (patch) | |
tree | c606b0652a3fcfd958c4fe9aec1bb67c9c53a05a /games | |
parent | 284d8b86830ae0392efe8ea2fd65a3ccdf952a42 (diff) | |
download | ports-0f058b6b4b699e2a2a36dd1befa556a6e746d7ce.tar.gz ports-0f058b6b4b699e2a2a36dd1befa556a6e746d7ce.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/barrage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 858be1d3aff5..1e48845f3892 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -11,11 +11,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Destroy as many targets as possible USE_SDL= sdl mixer -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes +INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-profile-path=/var/games -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure |