diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:06:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:06:21 +0000 |
commit | 7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2 (patch) | |
tree | bb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/openmortal | |
parent | e866ea4c99109feee1f5492da3ea97a3ad2544ca (diff) | |
download | ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.tar.gz ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.zip |
Notes
Diffstat (limited to 'games/openmortal')
-rw-r--r-- | games/openmortal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index aba0c45fd3c4..b626fa5915c9 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -12,11 +12,10 @@ COMMENT= A parody of the once popular coin-up fighting game, Mortal Kombat LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_BZIP2= yes +USES= tar:bzip2 dos2unix perl5 GNU_CONFIGURE= yes -USES= perl5 USE_SDL= mixer image sdl net -USE_DOS2UNIX= src/gfx.cpp +DOS2UNIX_FILES= src/gfx.cpp PLIST_FILES= bin/${PORTNAME} PORTDATA= * |