aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-12-22 18:55:47 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-12-22 18:55:47 +0000
commit5453abb97bc0f0676e26ec841393362b4a26596a (patch)
treefe7276abb642f4e2800461aef7dd5dec8dcd5479 /mail
parent2cfe65ba241d37348ed58f0dde738e6e26ff3ee7 (diff)
downloadports-5453abb97bc0f0676e26ec841393362b4a26596a.tar.gz
ports-5453abb97bc0f0676e26ec841393362b4a26596a.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/msmtp/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index e210525f436e..f6264d6475d6 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -24,15 +24,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= msmtp.1
INFO= msmtp
-# XXX we need gnutls >= 1.2.0 which is not avaible via ports tree
.if defined(WITH_GNUTLS)
-.undef WITH_GNUTLS
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls-devel
CONFIGURE_ARGS+= --with-ssl=gnutls
-.elif defined (WITH_OPENSSL)
+.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl=openssl
.else