summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-09 22:03:30 +0000
committerdholland <dholland@pkgsrc.org>2017-09-09 22:03:30 +0000
commit7327adc09d8b4416f29acad0d3dcc595944940b1 (patch)
treea215ab4d6e0e2acdbc6e1e411fd0eea82ab9273c /editors
parentab53bf5a353289ac0d75a30d6c1a9e8a759a83db (diff)
downloadpkgsrc-7327adc09d8b4416f29acad0d3dcc595944940b1.tar.gz
Installs a bash script. PKGREVISION=1.
Diffstat (limited to 'editors')
-rw-r--r--editors/pluma/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index d815aafc0a9..7b05b7b9bca 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/06/29 19:54:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/09 22:03:30 dholland Exp $
# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -8,18 +8,21 @@
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= pluma-${VERSION:R}.2
+PKGREVISION= 1
CATEGORIES= editors
COMMENT= Small and lightweight UTF-8 text editor for the MATE
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+DEPENDS+= bash-[0-9]*:../../shells/bash
PKGCONFIG_OVERRIDE+= data/pluma.pc.in
CONFIGURE_ARGS+= --disable-updater # only for OS X and Windows
REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
+REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
.include "options.mk"