aboutsummaryrefslogtreecommitdiffstats
path: root/mail/msmtp/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-01-11 00:24:21 +0800
committernovel <novel@FreeBSD.org>2006-01-11 00:24:21 +0800
commita6ea7c1b50ad861a54543688efa881582775aca8 (patch)
tree7fbd53d4e1660c0812fda6092c4cc7a7384a0c22 /mail/msmtp/Makefile
parent15eecf01f4d9306649281c064736fac34483d9c6 (diff)
downloadfreebsd-ports-gnome-a6ea7c1b50ad861a54543688efa881582775aca8.tar.gz
freebsd-ports-gnome-a6ea7c1b50ad861a54543688efa881582775aca8.tar.zst
freebsd-ports-gnome-a6ea7c1b50ad861a54543688efa881582775aca8.zip
Depend on gnutls instead of gnutls-devel in:
- mail/msmtp [1] - ftp/wzdftpd Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1]
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r--mail/msmtp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index c6bc83164f9b..07d23d75ae32 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -25,7 +25,7 @@ MAN1= msmtp.1
INFO= msmtp
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls-devel
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes