diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-19 18:19:28 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-19 18:19:28 +0000 |
commit | b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e (patch) | |
tree | 92dcb2cf6e1bc3b3fd8187c5e4244135ed3b1067 /multimedia/kdenlive | |
parent | 0f049ac5e17ad6ce8c1abca184d9fda28ffb1efd (diff) | |
download | ports-b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e.tar.gz ports-b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e.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
Notes
Notes:
svn path=/head/; revision=379358
Diffstat (limited to 'multimedia/kdenlive')
-rw-r--r-- | multimedia/kdenlive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index e32a344dc4c6..ac6e66cd66bc 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libmlt.so:${PORTSDIR}/multimedia/mlt \ libqjson.so:${PORTSDIR}/devel/qjson RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX} -USE_KDE4= automoc4 kdehier kdelibs kdeprefix nepomuk-core +USE_KDE4= automoc4 kdelibs kdeprefix nepomuk-core USE_QT4= corelib dbus gui opengl script svg xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 |