aboutsummaryrefslogtreecommitdiffstats
path: root/irc/anope
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-01-11 00:55:26 +0800
committerbapt <bapt@FreeBSD.org>2016-01-11 00:55:26 +0800
commit722399dd9a50a81b1e08fff9701c22c51a1d111a (patch)
treea1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /irc/anope
parentf7755256283634d3b9ec0c5384c3bbbed111cefb (diff)
downloadfreebsd-ports-gnome-722399dd9a50a81b1e08fff9701c22c51a1d111a.tar.gz
freebsd-ports-gnome-722399dd9a50a81b1e08fff9701c22c51a1d111a.tar.zst
freebsd-ports-gnome-722399dd9a50a81b1e08fff9701c22c51a1d111a.zip
Convert g* and i* to USES=sqlite and USES=firebird
Diffstat (limited to 'irc/anope')
-rw-r--r--irc/anope/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index d35d7fe164ba..8ac913f2a56d 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -83,7 +83,7 @@ PLIST_SUB+= SASL="@comment "
.if ${PORT_OPTIONS:MSQLITE}
PLIST_SUB+= SQLITE=""
-USE_SQLITE= yes
+USES+= sqlite
.else
PLIST_SUB+= SQLITE="@comment "
.endif