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/ae88be39f12b
branches: trunk
changeset: 402237:ae88be39f12b
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 d3c03c5f8ff0 -r ae88be39f12b 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