diff options
Diffstat (limited to 'print/kover/Makefile')
-rw-r--r-- | print/kover/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/kover/Makefile b/print/kover/Makefile index d82931c7489a..ea460c5042fb 100644 --- a/print/kover/Makefile +++ b/print/kover/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= cddb:${PORTSDIR}/audio/libcddb \ cdio:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes -USE_KDE4= automoc4 kdehier kdeprefix kdelibs +USE_KDE4= automoc4 kdehier kdeprefix kdelibs sharedmime USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5_BUILD=yes @@ -28,7 +28,4 @@ post-patch: @${REINPLACE_CMD} -e \ '/libcdio/s|>=.*)|)|' ${WRKSRC}/src/CMakeLists.txt -post-install: - -update-mime-database ${PREFIX}/share/mime - .include <bsd.port.mk> |