Index: head/mail/claws-mail-bogofilter/Makefile =================================================================== --- head/mail/claws-mail-bogofilter/Makefile (revision 459116) +++ head/mail/claws-mail-bogofilter/Makefile (revision 459117) @@ -1,14 +1,22 @@ # Created by: Pawel Pekala # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Spam filtering plugin for Claws Mail -RUN_DEPENDS= bogofilter:mail/bogofilter - CLAWS_PLUGINS_BUILD= bogofilter + +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= BDB SQLITE TC +OPTIONS_DEFAULT= BDB + +TC_DESC= Tokyo Cabinet database support + +BDB_RUN_DEPENDS= bogofilter>0:mail/bogofilter +SQLITE_RUN_DEPENDS= bogofilter-sqlite>0:mail/bogofilter-sqlite +TC_RUN_DEPENDS= bogofilter-tc>0:mail/bogofilter-tc .include "../claws-mail/Makefile.claws" .include