aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2021-03-21 12:37:36 +0000
committerBernard Spil <brnrd@FreeBSD.org>2021-03-21 12:37:36 +0000
commit0eeb9f31e44a08896540393ee8324c3edabf9128 (patch)
tree251a84c82ac72bdef502d98d153511bcfa9997f2
parent30c46bb68516f1c3112c22fd065b838d92271b4a (diff)
downloadports-0eeb9f31e44a08896540393ee8324c3edabf9128.tar.gz
ports-0eeb9f31e44a08896540393ee8324c3edabf9128.zip
sysutils/passwordsafe: Add missing cURL LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=568914
-rw-r--r--sysutils/passwordsafe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile
index d0028c30510f..d367694a3c72 100644
--- a/sysutils/passwordsafe/Makefile
+++ b/sysutils/passwordsafe/Makefile
@@ -12,7 +12,8 @@ LICENSE= ART20
NOT_FOR_ARCHS= aarch64 armv6 armv7
NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h
-LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libuuid.so:misc/e2fsprogs-libuuid \
libxerces-c.so:textproc/xerces-c3 \
libqrencode.so:graphics/libqrencode
BUILD_DEPENDS= zip:archivers/zip