diff options
author | dholland <dholland@pkgsrc.org> | 2017-09-09 22:37:49 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-09-09 22:37:49 +0000 |
commit | 6b3e33ca474c7e16c70f1d527a533c5a75965e60 (patch) | |
tree | 9274fc22f9e1c6b2e36acdebf2b3f5fee49aeae3 /editors | |
parent | 7327adc09d8b4416f29acad0d3dcc595944940b1 (diff) | |
download | pkgsrc-6b3e33ca474c7e16c70f1d527a533c5a75965e60.tar.gz |
Depend on bash properly, noted by wiz. Ride previous bump.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pluma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 7b05b7b9bca..cfc9e4d4107 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/09 22:03:30 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/09 22:37:49 dholland Exp $ # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE @@ -13,9 +13,9 @@ CATEGORIES= editors COMMENT= Small and lightweight UTF-8 text editor for the MATE +USE_TOOLS+= bash:run 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 |