diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:06:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:06:21 +0800 |
commit | 696e88560c8a8861a2392631c27ef00bbd380d89 (patch) | |
tree | bb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/openmortal | |
parent | 4517607d56d9e44577568cda1eaf32f8bc0c6c37 (diff) | |
download | freebsd-ports-gnome-696e88560c8a8861a2392631c27ef00bbd380d89.tar.gz freebsd-ports-gnome-696e88560c8a8861a2392631c27ef00bbd380d89.tar.zst freebsd-ports-gnome-696e88560c8a8861a2392631c27ef00bbd380d89.zip |
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
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= * |