pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/xca



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:22:50 UTC 2019

Modified Files:
        pkgsrc/security/xca: Makefile

Log Message:
Add missing dependency for lrelease.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/xca/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/xca/Makefile
diff -u pkgsrc/security/xca/Makefile:1.2 pkgsrc/security/xca/Makefile:1.3
--- pkgsrc/security/xca/Makefile:1.2    Sun Oct 27 12:08:29 2019
+++ pkgsrc/security/xca/Makefile        Thu Dec 19 22:22:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/10/27 12:08:29 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/19 22:22:50 joerg Exp $
 
 DISTNAME=      xca-2.1.2
 PKGREVISION=   1
@@ -25,4 +25,5 @@ INSTALLATION_DIRS+=   share/doc/xca share/
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index