Skip to content

Commit

Permalink
ftp/curl: same same but different
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 18, 2019
1 parent 5e58a90 commit 0da9905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftp/curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= curl
PORTVERSION= 7.65.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp net www
MASTER_SITES= https://curl.haxx.se/download/ \
LOCAL/sunpoet
Expand Down Expand Up @@ -70,7 +70,7 @@ SHEBANG_FILES= */*.pl
ALTSVC_CONFIGURE_ENABLE=alt-svc
BROTLI_CONFIGURE_WITH= brotli
BROTLI_LIB_DEPENDS= libbrotlidec.so:archivers/brotli
CA_BUNDLE_CONFIGURE_WITH= ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
CA_BUNDLE_CONFIGURE_WITH= ca-bundle=${LOCALBASE}/etc/ssl/cert.pem
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
CARES_CONFIGURE_ENABLE= ares
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
Expand Down

0 comments on commit 0da9905

Please sign in to comment.