pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/pluma



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Feb 11 18:20:27 UTC 2024

Modified Files:
        pkgsrc/editors/pluma: Makefile

Log Message:
pluma: Fix missing runtime dependency


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/editors/pluma/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/pluma/Makefile
diff -u pkgsrc/editors/pluma/Makefile:1.57 pkgsrc/editors/pluma/Makefile:1.58
--- pkgsrc/editors/pluma/Makefile:1.57  Tue Nov 14 14:01:44 2023
+++ pkgsrc/editors/pluma/Makefile       Sun Feb 11 18:20:27 2024
@@ -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 @@ CATEGORIES=   editors
 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 @@ post-install:
 .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"



Home | Main Index | Thread Index | Old Index