pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics eom: Needs libxml2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98c9d951f7d6
branches:  trunk
changeset: 413178:98c9d951f7d6
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 16 10:16:11 2020 +0000

description:
eom: Needs libxml2

diffstat:

 graphics/eog/Makefile |  3 ++-
 graphics/eom/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r bf212290d7d5 -r 98c9d951f7d6 graphics/eog/Makefile
--- a/graphics/eog/Makefile     Mon Mar 16 10:10:59 2020 +0000
+++ b/graphics/eog/Makefile     Mon Mar 16 10:16:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2020/03/10 22:10:04 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2020/03/16 10:16:18 nia Exp $
 
 DISTNAME=      eog-3.24.1
 PKGREVISION=   8
@@ -32,6 +32,7 @@
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gnome-desktop3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.22.0
 .include "../../x11/gtk3/buildlink3.mk"
diff -r bf212290d7d5 -r 98c9d951f7d6 graphics/eom/Makefile
--- a/graphics/eom/Makefile     Mon Mar 16 10:10:59 2020 +0000
+++ b/graphics/eom/Makefile     Mon Mar 16 10:16:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/03/10 22:10:04 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/03/16 10:16:11 nia Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -24,6 +24,7 @@
 .include "../../x11/mate-desktop/buildlink3.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index