diff options
Diffstat (limited to 'net-p2p/kmldonkey/Makefile')
-rw-r--r-- | net-p2p/kmldonkey/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile index c12e425c7884..40d8ebf49bd6 100644 --- a/net-p2p/kmldonkey/Makefile +++ b/net-p2p/kmldonkey/Makefile @@ -6,22 +6,22 @@ # PORTNAME= kmldonkey -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.5 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 +RUN_DEPENDS= \ + ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + USE_KDELIBS_VER=3 USE_PYTHON= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name='' +INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -E -e \ |