diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-04 02:16:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-04 02:16:46 +0800 |
commit | fdccb19da7aa0aa392720df7351a1d252b44d295 (patch) | |
tree | aee9341a9b80253ec4918df80c80c64fedae7dff /ftp/curl | |
parent | bce33b0a302a59129b248ced08d5c040e3754864 (diff) | |
download | freebsd-ports-gnome-fdccb19da7aa0aa392720df7351a1d252b44d295.tar.gz freebsd-ports-gnome-fdccb19da7aa0aa392720df7351a1d252b44d295.tar.zst freebsd-ports-gnome-fdccb19da7aa0aa392720df7351a1d252b44d295.zip |
Update GNUTLS and NSS options
nettle for gnutls support in curl is always enabled because it is an unconditional dependency of security/gnutls.
Do not bump PORTREVISION because package-depends-list is unchanged.
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 4380d9eb139f..9c890a113897 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -80,7 +80,8 @@ DEBUG_CONFIGURE_ENABLE= debug DICT_CONFIGURE_ENABLE= dict FTP_CONFIGURE_ENABLE= ftp GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libnettle.so:security/nettle GOPHER_CONFIGURE_ENABLE=gopher GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_BASE_CPPFLAGS= ${GSSAPICPPFLAGS} @@ -116,7 +117,8 @@ METALINK_CONFIGURE_WITH=libmetalink METALINK_LIB_DEPENDS= libmetalink.so:misc/libmetalink METALINK_LIBS= -lcrypto NSS_CONFIGURE_WITH= nss -NSS_LIB_DEPENDS= libnss3.so:security/nss +NSS_LIB_DEPENDS= libnss3.so:security/nss \ + libnspr4.so:devel/nspr NSS_USES= pkgconfig OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} OPENSSL_CPPFLAGS= -I${OPENSSLINC} |