diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-12-22 18:55:47 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-12-22 18:55:47 +0000 |
commit | 5453abb97bc0f0676e26ec841393362b4a26596a (patch) | |
tree | fe7276abb642f4e2800461aef7dd5dec8dcd5479 /mail/msmtp | |
parent | 2cfe65ba241d37348ed58f0dde738e6e26ff3ee7 (diff) |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 9 |
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 |