svn commit: r568914 - head/sysutils/passwordsafe

Bernard Spil brnrd at FreeBSD.org
Sun Mar 21 12:37:37 UTC 2021


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


More information about the svn-ports-head mailing list