svn commit: r438844 - branches/2017Q2/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 19 14:15:31 UTC 2017
Author: sunpoet
Date: Wed Apr 19 14:15:29 2017
New Revision: 438844
URL: https://svnweb.freebsd.org/changeset/ports/438844
Log:
MFH: r438798
Fix HTTP2 option
PR: 218721
Reported by: <dewayne at heuristicsystems.com.au>
Approved by: ports-secteam (junovitch)
Modified:
branches/2017Q2/ftp/curl/Makefile
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/ftp/curl/Makefile
==============================================================================
--- branches/2017Q2/ftp/curl/Makefile Wed Apr 19 14:04:23 2017 (r438843)
+++ branches/2017Q2/ftp/curl/Makefile Wed Apr 19 14:15:29 2017 (r438844)
@@ -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
More information about the svn-ports-all
mailing list