aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-server
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/crossfire-server
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/crossfire-server')
-rw-r--r--games/crossfire-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
index 5981e9d1aaba..620dd4d56ce4 100644
--- a/games/crossfire-server/Makefile
+++ b/games/crossfire-server/Makefile
@@ -22,8 +22,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USES= gmake libtool localbase perl5 python uidfix
-USE_SQLITE= 3
+USES= gmake libtool localbase perl5 python sqlite uidfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --with-check=no --localstatedir=/var/games
CONFIGURE_SHELL=${LOCALBASE}/bin/bash