aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ratbox-services
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ratbox-services')
-rw-r--r--irc/ratbox-services/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile
index 21ddeebd0ffe..b6e5c690658c 100644
--- a/irc/ratbox-services/Makefile
+++ b/irc/ratbox-services/Makefile
@@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --disable-memoserv
.endif
.if ${PORT_OPTIONS:MSQLITE}
-USE_SQLITE= 3
+USES+= sqlite
CONFIGURE_ARGS+= --enable-sqlite3=${LOCALBASE}
.endif