diff options
Diffstat (limited to 'games/violetland/Makefile')
-rw-r--r-- | games/violetland/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile index 1256c6d7f85a..5216511e39af 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -14,10 +14,9 @@ COMMENT= Top-down survival shoot 'em up LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs -USE_ZIP= yes USE_SDL= sdl mixer image ttf USE_GL= gl glu -USES= cmake gettext +USES= cmake gettext zip USE_DOS2UNIX= CMakeLists.txt src/system/utility/FileUtility.cpp CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" |