summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-12 20:37:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-12 20:37:24 +0000
commit338161958384cbdb221973b01a11d82931076f0c (patch)
tree9ad64d1ef4f015567812cf7538b084e6df860f1d /mail/bogofilter
parent- Update to 1.12 (diff)
- Chase gsl shlib bump
Notes
Notes: svn path=/head/; revision=225875
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 37fb18cfb48a..f9e1b908004d 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bogofilter
PORTVERSION= 1.1.7
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= mail
MASTER_SITES= SF
@@ -39,7 +39,7 @@ USE_ICONV= yes
BF_LIBS+= -liconv
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif