diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-10 16:24:21 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-10 16:24:21 +0000 |
commit | 0aa1088cbfff882b0949240705d30d1c92ca16b2 (patch) | |
tree | 24c5da7c3956f1509cfb81c5ed5e70dec2819c9c /mail/msmtp/Makefile | |
parent | f75ac920161ff88eae60ad6ebddc45599dc080c6 (diff) | |
download | ports-0aa1088cbfff882b0949240705d30d1c92ca16b2.tar.gz ports-0aa1088cbfff882b0949240705d30d1c92ca16b2.zip |
Notes
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
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 |