Sun Feb 11 18:20:27 2024 UTC (126d)
pluma: Fix missing runtime dependency


(triaxx)
diff -r1.57 -r1.58 pkgsrc/editors/pluma/Makefile

cvs diff -r1.57 -r1.58 pkgsrc/editors/pluma/Makefile (expand / switch to context diff)
--- pkgsrc/editors/pluma/Makefile 2023/11/14 14:01:44 1.57
+++ pkgsrc/editors/pluma/Makefile 2024/02/11 18:20:27 1.58
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2023/11/14 14:01:44 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2024/02/11 18:20:27 triaxx Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-PKGREVISION= 5
+PKGREVISION= 6
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=	pluma-${VERSION:R}.1
@@ -11,7 +11,6 @@
 COMMENT=	Small and lightweight UTF-8 text editor for MATE
 
 USE_TOOLS+=	bash:run perl
-TOOL_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
 
 PKGCONFIG_OVERRIDE+=	data/pluma.pc.in
 
@@ -34,4 +33,5 @@
 .include "../../x11/mate-desktop/buildlink3.mk"
 .include "../../x11/gtksourceview4/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"