diff options
Diffstat (limited to 'textproc/meld/Makefile')
-rw-r--r-- | textproc/meld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 2f01668..0515809 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -12,11 +12,11 @@ COMMENT= GNOME 2 visual diff and merge tool LICENSE= GPLv2 USE_GNOME= pygnome2 -USES= desktop-file-utils gmake shared-mime-info shebangfix tar:xz +USES= desktop-file-utils gmake python:2 shared-mime-info \ + shebangfix tar:xz python_OLD_CMD= ${SETENV} python python_CMD= ${PYTHON_CMD} SHEBANG_FILES= bin/meld -USE_PYTHON= 2 MAKE_ARGS= prefix=${PREFIX} INSTALLS_ICONS= yes INSTALLS_OMF= yes |