pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/eom



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 16 10:16:12 UTC 2020

Modified Files:
        pkgsrc/graphics/eom: Makefile

Log Message:
eom: Needs libxml2


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/eom/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/eom/Makefile
diff -u pkgsrc/graphics/eom/Makefile:1.20 pkgsrc/graphics/eom/Makefile:1.21
--- pkgsrc/graphics/eom/Makefile:1.20   Tue Mar 10 22:10:04 2020
+++ pkgsrc/graphics/eom/Makefile        Mon Mar 16 10:16:11 2020
@@ -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 @@ BUILDLINK_TRANSFORM.SunOS+=   rm:-lutil
 .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