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: riastradh
Date: Fri Jan 26 03:15:16 UTC 2024
Modified Files:
pkgsrc/security/p11-kit: Makefile
Log Message:
security/p11-kit: Needs libtasn1 asn1Parser at build-time as tool.
Fixes cross-build.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/security/p11-kit/Makefile:1.35
--- pkgsrc/security/p11-kit/Makefile:1.34 Mon Nov 27 09:38:16 2023
+++ pkgsrc/security/p11-kit/Makefile Fri Jan 26 03:15:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/11/27 09:38:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.35 2024/01/26 03:15:16 riastradh Exp $
DISTNAME= p11-kit-0.25.3
CATEGORIES= security
@@ -11,6 +11,8 @@ HOMEPAGE= https://p11-glue.freedesktop.o
COMMENT= PKCS\#11 module manager
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${BUILDLINK_API_DEPENDS.libtasn1:=:../../security/libtasn1}
+
DEPENDS+= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts
MESON_ARGS+= -Dtrust_paths=${PREFIX}/share/mozilla-rootcerts/cacert.pem
Home |
Main Index |
Thread Index |
Old Index