aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-13 22:08:27 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-13 22:08:27 +0000
commitc18c7b4aec2f3fbb5fe6e343a19af2420be8afe4 (patch)
tree9a25e213d4a9b3a8b74de4f12ee2364ccd9750b3 /mail/bogofilter/Makefile
parentb6f50e35e222a63516fea6f9c509850c6d214c48 (diff)
downloadports-c18c7b4aec2f3fbb5fe6e343a19af2420be8afe4.tar.gz
ports-c18c7b4aec2f3fbb5fe6e343a19af2420be8afe4.zip
Update to 0.96.6
PR: 88951 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=148169
Diffstat (limited to 'mail/bogofilter/Makefile')
-rw-r--r--mail/bogofilter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 007cc0c5f424..9d7b7d8cbec7 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.96.5
+PORTVERSION= 0.96.6
PORTREVISION?= 0
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER?= matthias.andree@gmx.de
COMMENT= Fast, teachable, learning spam detector
+LIB_DEPENDS?= db-4.3:${PORTSDIR}/databases/db43
+
OPTIONS= GSL "Link with system-wide GSL dynamically (recommended)" on
OPTIONS+= UNICODE "Normalize tokens to Unicode (UTF-8)" on
-LIB_DEPENDS?= db-4.3:${PORTSDIR}/databases/db43
-
CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
USE_BZIP2= yes