Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/pluma pluma: Perl is a direct tool dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b66183c3ad2e
branches:  trunk
changeset: 437085:b66183c3ad2e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Aug 16 02:27:36 2020 +0000

description:
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.

diffstat:

 editors/pluma/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9abbc5d9cf94 -r b66183c3ad2e editors/pluma/Makefile
--- a/editors/pluma/Makefile    Sun Aug 16 01:37:28 2020 +0000
+++ b/editors/pluma/Makefile    Sun Aug 16 02:27:36 2020 +0000
@@ -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 @@
 
 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