diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:55:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:55:26 +0800 |
commit | 722399dd9a50a81b1e08fff9701c22c51a1d111a (patch) | |
tree | a1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /irc/anope | |
parent | f7755256283634d3b9ec0c5384c3bbbed111cefb (diff) | |
download | freebsd-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/Makefile | 2 |
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 |