pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/pluma pluma: remove redundant settings in opti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8867b32ddd85
branches:  trunk
changeset: 340663:8867b32ddd85
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Oct 05 21:32:12 2019 +0000

description:
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:

 editors/pluma/options.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 057dc9b76882 -r 8867b32ddd85 editors/pluma/options.mk
--- a/editors/pluma/options.mk  Sat Oct 05 21:05:50 2019 +0000
+++ b/editors/pluma/options.mk  Sat Oct 05 21:32:12 2019 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index