aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-04-08 13:53:22 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-04-08 13:53:22 +0000
commitd369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch)
tree70c2049bf7cb81daf29a37481d1586373dd5ba80 /mail/bogofilter
parent88133fe808126a7e44e982994d4fbbee2e96ae0a (diff)
downloadports-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.tar.gz
ports-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.zip
- Chase the gsl shared lib bump.
Approved by: thierry (mentor)
Notes
Notes: svn path=/head/; revision=210850
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 0ed89026c01c..bfb865cf731d 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bogofilter
PORTVERSION= 1.1.6
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -40,7 +40,7 @@ USE_ICONV= yes
BF_LIBS+= -liconv
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif