diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 18:05:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 18:05:44 +0000 |
commit | 0356d5fa48a2a7c284fd527e9a030fe760641dc8 (patch) | |
tree | 428322ac62ddd6a848b3878b20fec1bd7fc66d54 /textproc/meld | |
parent | - Correct path to slappasswd in smbldap-passwd (diff) |
- USE_GNOME'ify dependency line
Requested by: mezz
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 4991e4ce3120..804775f90acc 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -14,9 +14,8 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 MAINTAINER= rui@ruilopes.com COMMENT= GNOME 2 visual diff and merge tool -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2 - USE_BZIP2= yes +USE_GNOME= pygnome2 USE_PYTHON= yes USE_X_PREFIX= yes NO_BUILD= yes |