aboutsummaryrefslogtreecommitdiff
path: root/www/neon
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2020-11-14 08:06:38 +0000
committerGleb Popov <arrowd@FreeBSD.org>2020-11-14 08:06:38 +0000
commite2644ccdaed9f0653af19e1c45ca97669bbd9443 (patch)
tree08006b0bcf8c3ee2d225ed3c81a8942fbc59999e /www/neon
parentd5f77018f81cbf124222baf01b4c025f5cccae08 (diff)
downloadports-e2644ccdaed9f0653af19e1c45ca97669bbd9443.tar.gz
ports-e2644ccdaed9f0653af19e1c45ca97669bbd9443.zip
www/neon: Fix GNUTLS option.
PR: 251118 Submitted by: daniel.engberg.lists@pyret.net
Notes
Notes: svn path=/head/; revision=555093
Diffstat (limited to 'www/neon')
-rw-r--r--www/neon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 649d5ae0efc5..16e1358812b2 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -36,6 +36,9 @@ CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root
EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2
EXPAT_CONFIGURE_WITH= expat
+GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
+GNUTLS_CONFIGURE_ON= --with-ssl=gnutls
+
GSSAPI_CONFIGURE_WITH= gssapi
LIBXML2_CONFIGURE_WITH= libxml2
@@ -47,7 +50,7 @@ NLS_USES= gettext
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ENV= ne_cv_libsfor_SSL_library_init=-lssl
-OPENSSL_CONFIGURE_WITH= ssl
+OPENSSL_CONFIGURE_ON= --with-ssl=openssl
PROXY_CONFIGURE_WITH= libproxy
PROXY_LIB_DEPENDS= libproxy.so:net/libproxy