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 /print/kover | |
parent | - Update to 3.24 (diff) |
- 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 'print/kover')
-rw-r--r-- | print/kover/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/kover/Makefile b/print/kover/Makefile index 241d1dae88ce..a38c6d88bbc4 100644 --- a/print/kover/Makefile +++ b/print/kover/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb \ libcdio.so:${PORTSDIR}/sysutils/libcdio -USE_KDE4= automoc4 kdehier kdeprefix kdelibs +USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5= build |