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:   leot
Date:           Wed Dec 12 22:29:36 UTC 2018

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

Log Message:
p11-kit: Use `+=' to append to DEPENDS (not `=') (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/security/p11-kit/Makefile:1.13
--- pkgsrc/security/p11-kit/Makefile:1.12       Wed Sep  5 08:34:10 2018
+++ pkgsrc/security/p11-kit/Makefile    Wed Dec 12 22:29:36 2018
@@ -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 @@ HOMEPAGE=     https://p11-glue.freedesktop.o
 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