pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p11-kit p11-kit: add readlink to tools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa760463ebf1
branches:  trunk
changeset: 373140:fa760463ebf1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 08:05:05 2022 +0000

description:
p11-kit: add readlink to tools

>From Claes Nästén in PR 56697

diffstat:

 security/p11-kit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31e360c8167c -r fa760463ebf1 security/p11-kit/Makefile
--- a/security/p11-kit/Makefile Mon Feb 07 02:58:24 2022 +0000
+++ b/security/p11-kit/Makefile Mon Feb 07 08:05:05 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/01/23 22:17:51 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/02/07 08:05:05 wiz Exp $
 
 DISTNAME=      p11-kit-0.24.1
 CATEGORIES=    security
@@ -19,7 +19,7 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c99
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config readlink
 
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index