Modified: trunk/dports/kde/ktorrent/Portfile (74427 => 74428)
--- trunk/dports/kde/ktorrent/Portfile 2010-12-17 01:38:17 UTC (rev 74427)
+++ trunk/dports/kde/ktorrent/Portfile 2010-12-17 02:12:25 UTC (rev 74428)
@@ -2,13 +2,14 @@
# $Id$
PortSystem 1.0
-PortGroup kde4 1.0
+PortGroup kde4 1.1
name ktorrent
+conflicts ktorrent4
version 3.3.4
categories kde kde4
maintainers nomaintainer
-description KDE4 bittorrent client.
+description KDE4 bittorrent client, version 3.
long_description Bittorrent client for KDE4 supporting a variety of \
features such as uPNP.
platforms darwin
@@ -23,14 +24,3 @@
port:qca port:gmp
depends_build-append bin:perl:perl5
-
-configure.args-append ../${distname}
-configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig
-
-post-extract {
- # change #include <Phonon...> to <phonon...> in all files that
- # contain that header.
- foreach item [exec grep -lr "Phonon" ${workpath}/${distname}] {
- reinplace "/#include/s@Phonon@phonon@" ${item}
- }
-}