mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix nghttp2 version requirement
- Bump PORTREVISION for www/nghttp2 shlib change
This commit is contained in:
parent
bbe4b23747
commit
e09781e206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368037
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user