Sat Sep 9 22:37:49 2017 UTC ()
Depend on bash properly, noted by wiz. Ride previous bump.


(dholland)
diff -r1.8 -r1.9 pkgsrc/editors/pluma/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/editors/pluma/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/pluma/Makefile 2017/09/09 22:03:30 1.8
+++ pkgsrc/editors/pluma/Makefile 2017/09/09 22:37:49 1.9
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.8 2017/09/09 22:03:30 dholland Exp $ 1# $NetBSD: Makefile,v 1.9 2017/09/09 22:37:49 dholland Exp $
2 2
3# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the 3# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
4# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE 4# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
5# from libpeas bl3, so we include it early to ensure a valid version is 5# from libpeas bl3, so we include it early to ensure a valid version is
6# chosen. This is not ideal, please fix it properly at some point. 6# chosen. This is not ideal, please fix it properly at some point.
7.include "../../devel/libpeas/buildlink3.mk" 7.include "../../devel/libpeas/buildlink3.mk"
8.include "../../meta-pkgs/mate/Makefile.common" 8.include "../../meta-pkgs/mate/Makefile.common"
9 9
10DISTNAME= pluma-${VERSION:R}.2 10DISTNAME= pluma-${VERSION:R}.2
11PKGREVISION= 1 11PKGREVISION= 1
12CATEGORIES= editors 12CATEGORIES= editors
13 13
14COMMENT= Small and lightweight UTF-8 text editor for the MATE 14COMMENT= Small and lightweight UTF-8 text editor for the MATE
15 15
 16USE_TOOLS+= bash:run
16TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 17TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
17TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint 18TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
18DEPENDS+= bash-[0-9]*:../../shells/bash 
19 19
20PKGCONFIG_OVERRIDE+= data/pluma.pc.in 20PKGCONFIG_OVERRIDE+= data/pluma.pc.in
21 21
22CONFIGURE_ARGS+= --disable-updater # only for OS X and Windows 22CONFIGURE_ARGS+= --disable-updater # only for OS X and Windows
23 23
24REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in 24REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
25REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in 25REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
26 26
27.include "options.mk" 27.include "options.mk"
28 28
29.include "../../devel/glib2/schemas.mk" 29.include "../../devel/glib2/schemas.mk"
30.include "../../lang/python/application.mk" 30.include "../../lang/python/application.mk"
31.include "../../x11/mate-desktop/buildlink3.mk" 31.include "../../x11/mate-desktop/buildlink3.mk"