aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-01-13 04:37:24 +0800
committermiwi <miwi@FreeBSD.org>2009-01-13 04:37:24 +0800
commitb5a5b67fe292215f008632d3735ba3ffa13ba468 (patch)
treecbefb48418bd3c03aa77f48c7b7511e57603af45 /mail
parentb17a3affb2ce1d83db5fced57321ff36b12ef3e5 (diff)
downloadfreebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.gz
freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.zst
freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.zip
- Chase gsl shlib bump
Diffstat (limited to 'mail')
-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