svn commit: r349428 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 28 15:17:11 UTC 2014
Author: sunpoet
Date: Fri Mar 28 15:17:10 2014
New Revision: 349428
URL: http://svnweb.freebsd.org/changeset/ports/349428
QAT: https://qat.redports.org/buildarchive/r349428/
Log:
- Fix HTTP2 option
Reported by: many
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Fri Mar 28 14:47:10 2014 (r349427)
+++ head/ftp/curl/Makefile Fri Mar 28 15:17:10 2014 (r349428)
@@ -83,6 +83,8 @@ HEIMDAL_PORT_LDFLAGS= -L${HEIMDAL_HOME}/
HEIMDAL_PORT_LIB_DEPENDS= libgssapi.so:${PORTSDIR}/security/heimdal
HTTP2_CONFIGURE_OFF= --without-nghttp2
HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE}
+HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2
+HTTP2_USES= pkgconfig
IDN_CONFIGURE_OFF= --without-libidn
IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE}
IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
More information about the svn-ports-all
mailing list