diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-23 01:38:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-23 01:38:19 +0800 |
commit | c120afc1ec8eedc18489206c010bb3b4cdcabf9f (patch) | |
tree | 52f046cbeb47d09091d9a3f008e087a5c3831cf0 /ftp/curl | |
parent | b5df3ffb416d80585d431e2884dfae53918242e8 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |