components/meld/Makefile
changeset 4984 7145b15b7f0d
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    40 include $(WS_MAKE_RULES)/ips.mk
    40 include $(WS_MAKE_RULES)/ips.mk
    41 
    41 
    42 # Needed to find the GNU version of install.
    42 # Needed to find the GNU version of install.
    43 PATH =			/usr/gnu/bin:/usr/bin
    43 PATH =			/usr/gnu/bin:/usr/bin
    44 
    44 
    45 PYTHON_VERSION =	2.7
       
    46 
       
    47 PKG_MACROS +=		PYVER=$(PYTHON_VERSION)
    45 PKG_MACROS +=		PYVER=$(PYTHON_VERSION)
    48 
    46 
    49 # Meld has no configure however it honors DESTDIR which is necessary so
    47 # Meld has no configure however it honors DESTDIR which is necessary so
    50 # we don't try to install into roots /usr but rather our proto areas usr
    48 # we don't try to install into roots /usr but rather our proto areas usr
    51 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    49 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)