pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gpick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  3 13:54:31 UTC 2022

Modified Files:
        pkgsrc/graphics/gpick: Makefile

Log Message:
gpick: add expat dependency explicitly


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/gpick/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/gpick/Makefile
diff -u pkgsrc/graphics/gpick/Makefile:1.34 pkgsrc/graphics/gpick/Makefile:1.35
--- pkgsrc/graphics/gpick/Makefile:1.34 Mon Jan 10 01:46:33 2022
+++ pkgsrc/graphics/gpick/Makefile      Sun Apr  3 13:54:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/01/10 01:46:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2022/04/03 13:54:31 wiz Exp $
 
 DISTNAME=      gpick-0.2.6
 PKGREVISION=   2
@@ -39,4 +39,5 @@ PYTHON_FOR_BUILD_ONLY?=       yes
 .include "../../lang/lua/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index