aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-ng
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-07-07 01:41:23 +0800
committernovel <novel@FreeBSD.org>2006-07-07 01:41:23 +0800
commit2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch)
treeff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /mail/mutt-ng
parentc60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff)
downloadfreebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz
freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst
freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip
Chase gnutls shlib version change.
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r--mail/mutt-ng/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile
index 0926f760329d..19682ee6f65b 100644
--- a/mail/mutt-ng/Makefile
+++ b/mail/mutt-ng/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mutt-ng
PORTVERSION= 20060630
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -76,7 +77,7 @@ CONFIGURE_ARGS+= --enable-imap
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE}
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.endif
.endif