pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/prison



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jul  5 20:32:19 UTC 2022

Modified Files:
        pkgsrc/graphics/prison: Makefile

Log Message:
prison: add recommended dependency zxing-cpp


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/prison/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/prison/Makefile
diff -u pkgsrc/graphics/prison/Makefile:1.27 pkgsrc/graphics/prison/Makefile:1.28
--- pkgsrc/graphics/prison/Makefile:1.27        Mon Apr 25 06:03:10 2022
+++ pkgsrc/graphics/prison/Makefile     Tue Jul  5 20:32:19 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/04/25 06:03:10 markd Exp $
+# $NetBSD: Makefile,v 1.28 2022/07/05 20:32:19 markd Exp $
 
 DISTNAME=      prison-${KF5VER}
+PKGREVISION=   1
 CATEGORIES=    graphics
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -15,6 +16,7 @@ USE_TOOLS+=   pkg-config
 
 .include "../../converters/qrencode/buildlink3.mk"
 .include "../../graphics/libdmtx/buildlink3.mk"
+.include "../../graphics/zxing-cpp/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index