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: Use `+=' to append to DEPEND...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b820c8d0c74
branches: trunk
changeset: 326700:4b820c8d0c74
user: leot <leot%pkgsrc.org@localhost>
date: Wed Dec 12 22:29:36 2018 +0000
description:
p11-kit: Use `+=' to append to DEPENDS (not `=') (NFC)
diffstat:
security/p11-kit/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b9f992496e26 -r 4b820c8d0c74 security/p11-kit/Makefile
--- a/security/p11-kit/Makefile Wed Dec 12 21:43:38 2018 +0000
+++ b/security/p11-kit/Makefile Wed Dec 12 22:29:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/09/05 08:34:10 prlw1 Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/12 22:29:36 leot Exp $
DISTNAME= p11-kit-0.23.14
CATEGORIES= security
@@ -11,7 +11,7 @@
COMMENT= PKCS\#11 module manager
LICENSE= modified-bsd
-DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts
+DEPENDS+= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts
CONFIGURE_ARGS+= --with-trust-paths=${PREFIX}/share/mozilla-rootcerts/cacert.pem
Home |
Main Index |
Thread Index |
Old Index