diff options
author | lioux <lioux@FreeBSD.org> | 2003-02-27 11:02:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-02-27 11:02:07 +0800 |
commit | 1bbef2d183b98506ec8f627c05c356ed7ec7c962 (patch) | |
tree | 90e163c74a1533d496b6fec54f16c3047426bd8f /net-p2p | |
parent | 6ebacc5280784f4b1f49c36a0859393110c34f24 (diff) | |
download | freebsd-ports-gnome-1bbef2d183b98506ec8f627c05c356ed7ec7c962.tar.gz freebsd-ports-gnome-1bbef2d183b98506ec8f627c05c356ed7ec7c962.tar.zst freebsd-ports-gnome-1bbef2d183b98506ec8f627c05c356ed7ec7c962.zip |
o Fix typo: add missing runtime dependency
o Bump PORTREVISION
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/kmldonkey/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile index 289a37be0f3a..c12e425c7884 100644 --- a/net-p2p/kmldonkey/Makefile +++ b/net-p2p/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 |