aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-18 19:38:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-18 19:38:23 +0000
commit605658c4d8165199b591fd572f50dad245035820 (patch)
treef808bea159de9d94fac76e3f4e90848021099d3c /ftp
parente42913be9cdc7dc7f06a583ce66bda7594403853 (diff)
downloadports-605658c4d8165199b591fd572f50dad245035820.tar.gz
ports-605658c4d8165199b591fd572f50dad245035820.zip
Fix HTTP2 option
PR: 218721 Reported by: <dewayne@heuristicsystems.com.au> MFH: 2017Q2
Notes
Notes: svn path=/head/; revision=438798
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 62f34f6d6384..55105b63fa8c 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -86,7 +86,7 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS}
GSSAPI_MIT_LIBS= ${GSSAPILIBS}
GSSAPI_MIT_USES= gssapi:mit
GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
-HTTP2_CONFIGURE_WITH= libnghttp2
+HTTP2_CONFIGURE_WITH= nghttp2
HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
HTTP2_USES= pkgconfig
IDN_CONFIGURE_WITH= libidn2