Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 10:54:50 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564106 - head/security/rnp
Message-ID:  <202102051054.115AsovO071903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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