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:   gutteridge
Date:           Sun Feb 11 19:16:01 UTC 2024

Modified Files:
        pkgsrc/editors/pluma: Makefile

Log Message:
pluma: restore TOOL_DEPENDS for libxml2

Revert part of r. 1.58 that was incorrect. This kind of dependency is
kept distinct to support cross-compilation.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/editors/pluma/Makefile:1.59
--- pkgsrc/editors/pluma/Makefile:1.58  Sun Feb 11 18:20:27 2024
+++ pkgsrc/editors/pluma/Makefile       Sun Feb 11 19:16:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/02/11 18:20:27 triaxx Exp $
+# $NetBSD: Makefile,v 1.59 2024/02/11 19:16:01 gutteridge Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -11,6 +11,7 @@ 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
 



Home | Main Index | Thread Index | Old Index