pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/pluma



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Oct  5 21:32:12 UTC 2019

Modified Files:
        pkgsrc/editors/pluma: options.mk

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/pluma/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/pluma/options.mk
diff -u pkgsrc/editors/pluma/options.mk:1.11 pkgsrc/editors/pluma/options.mk:1.12
--- pkgsrc/editors/pluma/options.mk:1.11        Mon Sep  2 13:19:57 2019
+++ pkgsrc/editors/pluma/options.mk     Sat Oct  5 21:32:12 2019
@@ -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"



Home | Main Index | Thread Index | Old Index