Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2021 12:37:37 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568914 - head/sysutils/passwordsafe
Message-ID:  <202103211237.12LCbb7v040338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Mar 21 12:37:36 2021
New Revision: 568914
URL: https://svnweb.freebsd.org/changeset/ports/568914

Log:
  sysutils/passwordsafe: Add missing cURL LIB_DEPENDS

Modified:
  head/sysutils/passwordsafe/Makefile

Modified: head/sysutils/passwordsafe/Makefile
==============================================================================
--- head/sysutils/passwordsafe/Makefile	Sun Mar 21 10:55:01 2021	(r568913)
+++ head/sysutils/passwordsafe/Makefile	Sun Mar 21 12:37:36 2021	(r568914)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103211237.12LCbb7v040338>