aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-28 23:17:10 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-28 23:17:10 +0800
commite4ce90f0b305e0a5b5e18237b5fbf8fe7f1ae000 (patch)
tree4db32cabd3d3611b9283ec34a8908a7e0bbbe865 /ftp
parent72c3d8e79007f195fe3eefdbffc413265de0a279 (diff)
downloadfreebsd-ports-gnome-e4ce90f0b305e0a5b5e18237b5fbf8fe7f1ae000.tar.gz
freebsd-ports-gnome-e4ce90f0b305e0a5b5e18237b5fbf8fe7f1ae000.tar.zst
freebsd-ports-gnome-e4ce90f0b305e0a5b5e18237b5fbf8fe7f1ae000.zip
- Fix HTTP2 option
Reported by: many
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 4fcedfd6b1ee..3c2e55f85c5b 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -83,6 +83,8 @@ HEIMDAL_PORT_LDFLAGS= -L${HEIMDAL_HOME}/lib
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