diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-01 22:13:56 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-01 22:13:56 +0000 |
commit | 10ad7d1516993d31dae8101a9adf524eb25d9462 (patch) | |
tree | 9ee317a498da005f4df6c80c0ae33c3e9f938183 /net-p2p/kmldonkey/Makefile | |
parent | 97b9ce98a3c39d100e5779ddd1090fe4d3feb942 (diff) | |
download | FreeBSD-ports-10ad7d1516993d31dae8101a9adf524eb25d9462.zip FreeBSD-ports-10ad7d1516993d31dae8101a9adf524eb25d9462.tar.gz |
o Update to 0.5
o Follow portlint style advice: move RUN_DEPENDS to after MAINTAINER
area
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 c12e425..40d8ebf 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 \ |