aboutsummaryrefslogtreecommitdiff
path: root/mail/rspamd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:44:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:44:24 +0000
commit72a6ab79881652e1f89338a8884439b3054997c7 (patch)
tree4282c6f5d647c3c53fc4a55086aa5581631c9073 /mail/rspamd
parent05cf3794df65552ba3729dc0cd6d58735c40641f (diff)
downloadports-72a6ab79881652e1f89338a8884439b3054997c7.tar.gz
ports-72a6ab79881652e1f89338a8884439b3054997c7.zip
Convert categories m* and m* to USES=sqlite and USES=firebird
Notes
Notes: svn path=/head/; revision=405721
Diffstat (limited to 'mail/rspamd')
-rw-r--r--mail/rspamd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index 6228593e63dc..9b4d80a02546 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -40,13 +40,12 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \
-DNO_SHARED=ON
USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 \
- compiler:c11
+ compiler:c11 sqlite
USE_LDCONFIG= yes
USE_PERL5= build
USE_GNOME= glib20
USE_OPENSSL= yes
-USE_SQLITE= yes
.include <bsd.port.options.mk>