Alexander Pyhalov
2016-09-22 247a103f0db1f5c8911289a635a29d9f3ae2966e
meld: remove reference to python 2.6
2 files modified
4 ■■■■ changed files
components/developer/meld/Makefile 2 ●●● patch | view | raw | blame | history
components/developer/meld/patches/INSTALL.patch 2 ●●● patch | view | raw | blame | history
components/developer/meld/Makefile
@@ -26,7 +26,7 @@
COMPONENT_NAME=        meld
COMPONENT_VERSION=    1.8.6
COMPONENT_REVISION=    2
COMPONENT_REVISION=    3
COMPONENT_FMRI=        developer/$(COMPONENT_NAME)
COMPONENT_SUMMARY=    meld - graphical diff and merge tool
COMPONENT_DESCRIPTION=\
components/developer/meld/patches/INSTALL.patch
@@ -8,7 +8,7 @@
 ##
-PYTHON ?= python
-prefix := /usr/local
+PYTHON ?= python2.6
+PYTHON ?= python2.7
+prefix := /usr
 bindir := $(prefix)/bin
 libdir := $(prefix)/lib