svn commit: r564106 - head/security/rnp

Stefan Eßer se at FreeBSD.org
Fri Feb 5 10:54:50 UTC 2021


Author: se
Date: Fri Feb  5 10:54:49 2021
New Revision: 564106
URL: https://svnweb.freebsd.org/changeset/ports/564106

Log:
  Add forgotten USE_LDCONFIG=yes

Modified:
  head/security/rnp/Makefile

Modified: head/security/rnp/Makefile
==============================================================================
--- head/security/rnp/Makefile	Fri Feb  5 10:49:30 2021	(r564105)
+++ head/security/rnp/Makefile	Fri Feb  5 10:54:49 2021	(r564106)
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libbotan-2.so:security/botan2 \
 USES=		cmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	rnpgp
+USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=on \
 		-DBUILD_TESTING=off


More information about the svn-ports-all mailing list