svn commit: r438798 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 18 19:38:24 UTC 2017


Author: sunpoet
Date: Tue Apr 18 19:38:23 2017
New Revision: 438798
URL: https://svnweb.freebsd.org/changeset/ports/438798

Log:
  Fix HTTP2 option
  
  PR:		218721
  Reported by:	<dewayne at heuristicsystems.com.au>
  MFH:		2017Q2

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Tue Apr 18 19:38:18 2017	(r438797)
+++ head/ftp/curl/Makefile	Tue Apr 18 19:38:23 2017	(r438798)
@@ -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-head mailing list