diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:17:42 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:17:42 +0000 |
commit | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (patch) | |
tree | 270b8293a823ae8f2af62cb68b1058b435eb71ac /x11 | |
parent | 52636e09799fefb51ffebb46fa980502c77849b2 (diff) | |
download | freebsd-ports-d7ba8fc7c16c62041da7a4e19069659fa53723d0.zip |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index f78977d08f4c..1eb85465b306 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -27,8 +27,8 @@ CONFLICTS= kdebase-runtime-4.[0-6].* kdebase-workspace-4.5.[0-5] nepomukcontroll USE_XZ= yes USE_KDE4= kactivities kdehier kdelibs kdeprefix oxygen \ - attica automoc4 pimlibs sharedmime strigi nepomuk-core -USES= cmake:outsource gettext + attica automoc4 pimlibs strigi nepomuk-core +USES= cmake:outsource gettext shared-mime-info USE_QT4= corelib dbus declarative designer_build gui phonon \ network qtestlib script svg webkit xml \ moc_build qmake_build rcc_build uic_build |