diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-04-03 09:49:10 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-04-03 09:49:10 +0000 |
commit | 65b2b253dc836cb64400ea09abe7fa5abf9852b8 (patch) | |
tree | 95de45f0ce5c27018f8f037f32ebe7630b007fd7 /archivers/ark/Makefile | |
parent | 4168b892e8103e408e4d23afd7adee13f316e7f7 (diff) |
KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz
devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style
devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port
net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)
x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall
The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
Notes
Notes:
svn path=/head/; revision=349983
Diffstat (limited to 'archivers/ark/Makefile')
-rw-r--r-- | archivers/ark/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 5e4315497a0e..995797fd723b 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -12,9 +12,8 @@ COMMENT= Archiving tool for KDE LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson -USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs libkonq -USES= cmake:outsource +USES= cmake:outsource tar:xz USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes |