diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 03:58:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 03:58:56 +0000 |
commit | 057bc4044dae13346913761a4971b25c1d5baf45 (patch) | |
tree | e2ce00173b84f95f04f41f98fba4da41b18cc74c /games/violetland | |
parent | 3d651db17fc496cea4c1a713e8be1f9e746d96fe (diff) | |
download | ports-057bc4044dae13346913761a4971b25c1d5baf45.tar.gz ports-057bc4044dae13346913761a4971b25c1d5baf45.zip |
Notes
Diffstat (limited to 'games/violetland')
-rw-r--r-- | games/violetland/Makefile | 4 |
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} |