aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
commit7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch)
tree1c72184bc6e535e324c3903ec7138b0daceaed97 /mail/bogofilter
parent8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff)
downloadports-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.tar.gz
ports-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.zip
Chase math/gsl update,
bump PORTREVISION
Notes
Notes: svn path=/head/; revision=245074
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index a0a817b3e606..e69ad46bdde8 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bogofilter
PORTVERSION= 1.2.0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= mail
MASTER_SITES= SF/bogofilter/bogofilter-stable/bogofilter-${PORTVERSION}
@@ -46,7 +46,7 @@ USE_ICONV= yes
BF_LIBS+= -liconv
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif