diff options
author | makc <makc@FreeBSD.org> | 2015-02-20 02:19:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-20 02:19:28 +0800 |
commit | 019214accae88966a6aec798355e65b98259ef3b (patch) | |
tree | 92dcb2cf6e1bc3b3fd8187c5e4244135ed3b1067 /net-p2p | |
parent | 375a08f6e65f1a060223e273b0dbc8b5d19cd3af (diff) | |
download | freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.tar.gz freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.tar.zst freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.zip |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index bc4f45be5d04..0d372e7b1f90 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libgmp.so:${PORTSDIR}/math/gmp \ libktorrent.so:${PORTSDIR}/net-p2p/libktorrent -USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace +USE_KDE4= kdelibs kdeprefix automoc4 pimlibs workspace USE_QT4= corelib gui network qt3support qtestlib webkit \ qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:bzip2 diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index d30bc89dd267..4dd7072736d8 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgmp.so:${PORTSDIR}/math/gmp \ libqca.so:${PORTSDIR}/devel/qca -USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:bzip2 USE_LDCONFIG= yes |