diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-13 00:00:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-13 00:00:47 +0800 |
commit | ab71038887bd3300222131746c9399edceeb16bf (patch) | |
tree | 0f5af75cc5eba9900a4c866440205d075571d521 /ftp | |
parent | a678b56cebf68537ae89b421ba7ac5db9441e45b (diff) | |
download | freebsd-ports-gnome-ab71038887bd3300222131746c9399edceeb16bf.tar.gz freebsd-ports-gnome-ab71038887bd3300222131746c9399edceeb16bf.tar.zst freebsd-ports-gnome-ab71038887bd3300222131746c9399edceeb16bf.zip |
- Fix nghttp2 version requirement
- Bump PORTREVISION for www/nghttp2 shlib change
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index d4a018b18d45..8bcdc0ef13c6 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.38.0 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -86,11 +87,11 @@ HEIMDAL_PORT_CONFIGURE_ON= --with-gssapi=${HEIMDAL_HOME} HEIMDAL_PORT_CPPFLAGS= -I${HEIMDAL_HOME}/include HEIMDAL_PORT_LDFLAGS= -L${HEIMDAL_HOME}/lib HEIMDAL_PORT_LIB_DEPENDS= libgssapi.so.3:${PORTSDIR}/security/heimdal -HTTP2_BUILD_DEPENDS= nghttp2>=0.4.0:${PORTSDIR}/www/nghttp2 +HTTP2_BUILD_DEPENDS= nghttp2>=0.6.0:${PORTSDIR}/www/nghttp2 HTTP2_CONFIGURE_OFF= --without-nghttp2 HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 -HTTP2_RUN_DEPENDS= nghttp2>=0.4.0:${PORTSDIR}/www/nghttp2 +HTTP2_RUN_DEPENDS= nghttp2>=0.6.0:${PORTSDIR}/www/nghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_OFF= --without-libidn IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE} |