pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gpick gpick: add expat dependency explicitly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4a48175a938
branches:  trunk
changeset: 376192:e4a48175a938
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 13:54:31 2022 +0000

description:
gpick: add expat dependency explicitly

diffstat:

 graphics/gpick/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r a2780cc28bbe -r e4a48175a938 graphics/gpick/Makefile
--- a/graphics/gpick/Makefile   Sun Apr 03 13:45:27 2022 +0000
+++ b/graphics/gpick/Makefile   Sun Apr 03 13:54:31 2022 +0000
@@ -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 @@
 .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