pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p11-kit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  7 08:05:05 UTC 2022

Modified Files:
        pkgsrc/security/p11-kit: Makefile

Log Message:
p11-kit: add readlink to tools

>From Claes Nästén in PR 56697


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/p11-kit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p11-kit/Makefile
diff -u pkgsrc/security/p11-kit/Makefile:1.25 pkgsrc/security/p11-kit/Makefile:1.26
--- pkgsrc/security/p11-kit/Makefile:1.25       Sun Jan 23 22:17:51 2022
+++ pkgsrc/security/p11-kit/Makefile    Mon Feb  7 08:05:05 2022
@@ -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 @@ CONFIGURE_ARGS+=      --with-trust-paths=${PR
 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