From 7eddeda8b57697ead3bf59a089343b097540d64b Mon Sep 17 00:00:00 2001 From: Brad Ackerman Date: Fri, 14 May 2021 19:54:04 -0700 Subject: [PATCH] Add missing dependency on ca_root_nss. --- net/rclone/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index b3cb7782fd72..b36f61504af4 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,3 +1,5 @@ +# $FreeBSD$ + PORTNAME= rclone DISTVERSIONPREFIX= v DISTVERSION= 1.55.1 @@ -9,6 +11,7 @@ COMMENT= Sync files to and from various cloud services LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= /etc/ssl/cert.pem:security/ca_root_nss USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ncw -- 2.31.1