aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-23 01:38:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-12-23 01:38:19 +0800
commitc120afc1ec8eedc18489206c010bb3b4cdcabf9f (patch)
tree52f046cbeb47d09091d9a3f008e087a5c3831cf0 /ftp/curl
parentb5df3ffb416d80585d431e2884dfae53918242e8 (diff)
downloadfreebsd-ports-gnome-c120afc1ec8eedc18489206c010bb3b4cdcabf9f.tar.gz
freebsd-ports-gnome-c120afc1ec8eedc18489206c010bb3b4cdcabf9f.tar.zst
freebsd-ports-gnome-c120afc1ec8eedc18489206c010bb3b4cdcabf9f.zip
- Remove BUILD_DEPENDS and RUN_DEPENDS:
- RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version. - BUILD_DEPENDS: it's safe to remove BUILD_DEPENDS after nghttp2->libnghttp2 transition because initial version of libnghttp2 is 1.0.0+. Pointed out by: adamw
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 92ddd5c22f2e..3d2a3a36c959 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -95,10 +95,8 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS}
GSSAPI_MIT_LIBS= ${GSSAPILIBS}
GSSAPI_MIT_USES= gssapi:mit
GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
-HTTP2_BUILD_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2
HTTP2_CONFIGURE_WITH= libnghttp2
HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
-HTTP2_RUN_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2
HTTP2_USES= pkgconfig
IDN_CONFIGURE_WITH= libidn2
IDN_LIB_DEPENDS= libidn2.so:dns/libidn2