aboutsummaryrefslogtreecommitdiff
path: root/irc/inspircd
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 /irc/inspircd
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 'irc/inspircd')
-rw-r--r--irc/inspircd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index e29561f2972b..44053b32750f 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -96,8 +96,7 @@ PLIST_SUB+= PGSQL="@comment "
.endif
.if ${PORT_OPTIONS:MSQLITE}
-USES+= pkgconfig
-USE_SQLITE= 3
+USES+= pkgconfig sqlite
EXTRAS:=${EXTRAS},m_sqlite3.cpp
PLIST_SUB+= SQLITE=""
.else