diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-06-06 15:26:41 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-06-06 15:26:41 +0000 |
commit | 12e263b358eb4de031ff2268b38ee6b9e21d79cb (patch) | |
tree | e64e38f3c341f18dafeb8cfc804d3d868ce5881f /games/megamario | |
parent | 8f18cb5b109cb827f06ca986fd9a9300c9da8ae6 (diff) | |
download | ports-12e263b358eb4de031ff2268b38ee6b9e21d79cb.tar.gz ports-12e263b358eb4de031ff2268b38ee6b9e21d79cb.zip |
Notes
Diffstat (limited to 'games/megamario')
-rw-r--r-- | games/megamario/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/megamario/Makefile b/games/megamario/Makefile index e498ad504f7a..6bb95592b4a9 100644 --- a/games/megamario/Makefile +++ b/games/megamario/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL21 WRKSRC= ${WRKDIR}/${DISTNAME} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -USES= dos2unix gmake zip:infozip +USES= dos2unix gmake zip DOS2UNIX_GLOB= *.cpp *.h *.ini Makefile* *.txt *.desktop USE_SDL= sdl image mixer ttf USE_GL= glu |