summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-10-05 21:32:12 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-10-05 21:32:12 +0000
commit67f5c01ad6493afd96821d2322111b8c45a30747 (patch)
treee5af2cf7a7e6dfe2d6f2649d6a0ec43eab727b0e /editors
parentf8aac6544049a0bbd516ea58e84a497484897b41 (diff)
downloadpkgsrc-67f5c01ad6493afd96821d2322111b8c45a30747.tar.gz
pluma: remove redundant settings in options.mk
Remove conditionalized settings in options.mk that are already applied unconditionally in Makefile. (There is more to fix here, this is just a quick simplification.)
Diffstat (limited to 'editors')
-rw-r--r--editors/pluma/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk
index 3ad9c7a101f..f9c34d06bc1 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2019/09/02 13:19:57 adam Exp $
+# $NetBSD: options.mk,v 1.12 2019/10/05 21:32:12 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pluma
PKG_SUPPORTED_OPTIONS= enchant
@@ -22,9 +22,6 @@ CONFIGURE_ARGS+= --disable-spell
# as being incompatible, leaving us with no remaining choices.
.if !empty(PKG_OPTIONS:Mpython)
CONFIGURE_ARGS+= --enable-python
-USE_TOOLS+= bash:run
-REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
-REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
PLIST.python= yes
PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, also via py-gtksourceview
.include "../../devel/py-gobject/buildlink3.mk"