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 Aug 16 02:27:36 UTC 2020

Modified Files:
        pkgsrc/editors/pluma: Makefile

Log Message:
pluma: Perl is a direct tool dependency

The build uses Perl scripts directly. This is presently covered by
intltool being a generic dependency from the meta package, but intltool
was really dropped as a tool requirement as of MATE 1.24, so adjust
here prior to dropping it from the meta package.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/editors/pluma/Makefile:1.29
--- pkgsrc/editors/pluma/Makefile:1.28  Tue Jun  2 08:23:44 2020
+++ pkgsrc/editors/pluma/Makefile       Sun Aug 16 02:27:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/16 02:27:36 gutteridge Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -8,7 +8,7 @@ CATEGORIES=     editors
 
 COMMENT=       Small and lightweight UTF-8 text editor for MATE
 
-USE_TOOLS+=    bash:run
+USE_TOOLS+=    bash:run perl
 TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
 



Home | Main Index | Thread Index | Old Index