aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libetpan
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2013-02-06 00:17:06 +0800
committernovel <novel@FreeBSD.org>2013-02-06 00:17:06 +0800
commit6e4b8b0fd5b90667404255713059908e7723b85f (patch)
tree39eb76ce76a50126ac09099f3cbbc3b7b481086a /mail/libetpan
parentf0e73c96b18b3436059300fd0777b5e503feda22 (diff)
downloadfreebsd-ports-gnome-6e4b8b0fd5b90667404255713059908e7723b85f.tar.gz
freebsd-ports-gnome-6e4b8b0fd5b90667404255713059908e7723b85f.tar.zst
freebsd-ports-gnome-6e4b8b0fd5b90667404255713059908e7723b85f.zip
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 2e32042863e8..4d40d1a20603 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libetpan
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= SF
@@ -40,7 +40,7 @@ OPTIONS_DEFAULT= IPV6 OPENSSL
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --without-openssl --with-gnutls
.endif