diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:44:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:44:24 +0800 |
commit | 0f2a9b6ecbdee0bd14ef80ab490116598d0265b8 (patch) | |
tree | 4282c6f5d647c3c53fc4a55086aa5581631c9073 /mail/rspamd-devel | |
parent | 39487845dd30dc81f9a12dcf597c8c75171c4096 (diff) | |
download | freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.tar.gz freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.tar.zst freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.zip |
Convert categories m* and m* to USES=sqlite and USES=firebird
Diffstat (limited to 'mail/rspamd-devel')
-rw-r--r-- | mail/rspamd-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index 798004ff553e..f65a29235282 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -45,13 +45,12 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ -DDEBUG=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 DEBUG_FLAGS= -g -O0 WITH_DEBUG= yes |