diff options
Diffstat (limited to 'games/smashbattle/Makefile')
-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 |