diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-17 16:56:15 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-17 16:56:15 +0000 |
commit | 47ea2027399d43ac049942934d40ac18826c71b2 (patch) | |
tree | 43d0c944df19f1ce167cc9dca42970d0f08f38eb /textproc/meld | |
parent | 58592053bfaade5a7fbea559a788e36f9568f1d3 (diff) |
Notes
Diffstat (limited to 'textproc/meld')
-rw-r--r-- | textproc/meld/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index e547e7de23e7..ed92b4157aef 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -11,9 +11,8 @@ COMMENT= GNOME 2 visual diff and merge tool LICENSE= GPLv2 -USE_XZ= yes USE_GNOME= pygnome2 -USES= desktop-file-utils gmake shared-mime-info shebangfix +USES= desktop-file-utils gmake shared-mime-info shebangfix tar:xz python_OLD_CMD= ${SETENV} python python_CMD= ${PYTHON_CMD} SHEBANG_FILES= bin/meld |