aboutsummaryrefslogtreecommitdiff
path: root/games/stratagus
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:55:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:55:26 +0000
commitac922c592e54939a66a352d951260ab2c1fd4c05 (patch)
treea1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /games/stratagus
parentb48e96822e2e62dc4e55d3c7680ea952dc34c9bb (diff)
downloadports-ac922c592e54939a66a352d951260ab2c1fd4c05.tar.gz
ports-ac922c592e54939a66a352d951260ab2c1fd4c05.zip
Convert g* and i* to USES=sqlite and USES=firebird
Notes
Notes: svn path=/head/; revision=405724
Diffstat (limited to 'games/stratagus')
-rw-r--r--games/stratagus/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index 93345c27e954..27675656e085 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -18,8 +18,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
USE_GL= gl glu
USE_SDL= sdl
-USE_SQLITE= 3
-USES= cmake:outsource lua:51 pkgconfig
+USES= cmake:outsource lua:51 pkgconfig sqlite
CMAKE_ARGS= -DGAMEDIR:STRING="bin" \
-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
-DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \