diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-27 03:02:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-27 03:02:07 +0000 |
commit | 664e1f5dc4da82cfb1efe134c1a494538b4b82ad (patch) | |
tree | 44838cacab2c54c68bf8e0edb27f803b7a8b068d /net/kmldonkey | |
parent | 72f961b0a81387a88f41dcf4bd41ad395f04d1b9 (diff) | |
download | ports-664e1f5dc4da82cfb1efe134c1a494538b4b82ad.tar.gz ports-664e1f5dc4da82cfb1efe134c1a494538b4b82ad.zip |
Notes
Diffstat (limited to 'net/kmldonkey')
-rw-r--r-- | net/kmldonkey/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/kmldonkey/Makefile b/net/kmldonkey/Makefile index 289a37be0f3a..c12e425c7884 100644 --- a/net/kmldonkey/Makefile +++ b/net/kmldonkey/Makefile @@ -7,9 +7,13 @@ PORTNAME= kmldonkey PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= http://www.gibreel.net/dump/ +RUN_DEPENDS= \ + ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + MAINTAINER= lioux@FreeBSD.org COMMENT= KDE integration for MLDonkey eDonkey P2P client |