diff options
Diffstat (limited to 'mail/bogofilter-sqlite/Makefile')
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index e855c9d8d26c..11e109b94c9d 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -4,15 +4,16 @@ CATEGORIES= mail PKGNAMESUFFIX= -sqlite MAINTAINER= mandree@FreeBSD.org +COMMENT?= Fast, teachable, learning spam detector (SQLite3 database) USES= sqlite -CONFLICTS_INSTALL= bogofilter bogofilter-lmdb bogofilter-kc +CONFLICTS_INSTALL= bogofilter bogofilter-bdb bogofilter-kc # bogofilter-bdb is historic, but let's keep this for a while CONFIGURE_ARGS= --with-database=sqlite BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr -MASTERDIR= ${.CURDIR}/../bogofilter-bdb +MASTERDIR= ${.CURDIR}/../bogofilter .include "${MASTERDIR}/Makefile" |