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/cbaef28bb562
branches:  trunk
changeset: 316436:cbaef28bb562
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 4656529092ee -r cbaef28bb562 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