aboutsummaryrefslogtreecommitdiffstats
path: root/mail/msmtp
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/msmtp
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/msmtp')
-rw-r--r--mail/msmtp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 82146f3505e8..65775323b2e4 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.6
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@@ -26,7 +27,7 @@ MAN1= msmtp.1
INFO= msmtp
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes