summaryrefslogtreecommitdiff
path: root/games/violetland
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 03:58:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 03:58:56 +0000
commit057bc4044dae13346913761a4971b25c1d5baf45 (patch)
treee2ce00173b84f95f04f41f98fba4da41b18cc74c /games/violetland
parent- Convert USE_DOS2UNIX to USES (diff)
- Convert USE_DOS2UNIX to USES
Notes
Notes: svn path=/head/; revision=353259
Diffstat (limited to 'games/violetland')
-rw-r--r--games/violetland/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile
index 5216511e39af..d7628e441f35 100644
--- a/games/violetland/Makefile
+++ b/games/violetland/Makefile
@@ -14,10 +14,10 @@ COMMENT= Top-down survival shoot 'em up
LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
+USES= cmake gettext zip dos2unix
USE_SDL= sdl mixer image ttf
USE_GL= gl glu
-USES= cmake gettext zip
-USE_DOS2UNIX= CMakeLists.txt src/system/utility/FileUtility.cpp
+DOS2UNIX_FILES= CMakeLists.txt src/system/utility/FileUtility.cpp
CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}"
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}