summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-29 19:54:40 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-29 19:54:40 +0000
commitf9509c565f9b406f8a1c9051cd423326d1465417 (patch)
tree0d99e1a137bb9864871f12ffbcfce877a3ad0b3d /editors
parentbd82ee92c2580773e56aceb00c03e63ec41e1149 (diff)
downloadpkgsrc-f9509c565f9b406f8a1c9051cd423326d1465417.tar.gz
Use REPLACE_PYTHON for an installed script.
Diffstat (limited to 'editors')
-rw-r--r--editors/pluma/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index 808822618f2..d815aafc0a9 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/29 11:10:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/29 19:54:40 jperkin Exp $
# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -19,10 +19,12 @@ 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
+
.include "options.mk"
.include "../../devel/glib2/schemas.mk"
-
+.include "../../lang/python/application.mk"
.include "../../x11/mate-desktop/buildlink3.mk"
.include "../../x11/gtksourceview3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"