diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/smashbattle | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) |
Notes
Diffstat (limited to 'games/smashbattle')
-rw-r--r-- | games/smashbattle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/smashbattle/Makefile b/games/smashbattle/Makefile index b9e716c9826e..6bf946787c95 100644 --- a/games/smashbattle/Makefile +++ b/games/smashbattle/Makefile @@ -13,9 +13,8 @@ COMMENT= 8-bit style platform battle game WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle -USE_ZIP= yes EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME} -USES= dos2unix gmake +USES= dos2unix gmake zip:infozip DOS2UNIX_FILES= *.cpp *.h Makefile USE_SDL= sdl image mixer ALL_TARGET= battle |