diff options
-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 |