aboutsummaryrefslogtreecommitdiff
path: root/irc/anope
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/anope
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/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