diff options
author | makc <makc@FreeBSD.org> | 2014-02-01 20:17:42 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-01 20:17:42 +0800 |
commit | 0f5e1d428847cbc3e4fd726b997bf1d929a4a99c (patch) | |
tree | 270b8293a823ae8f2af62cb68b1058b435eb71ac /astro/marble | |
parent | 7cb1d75f900f92c341f87d0c77f3bee7bea76c8f (diff) | |
download | freebsd-ports-gnome-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.tar.gz freebsd-ports-gnome-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.tar.zst freebsd-ports-gnome-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.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 'astro/marble')
-rw-r--r-- | astro/marble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 43e3f8851fbb..08842e85e1f8 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -13,8 +13,8 @@ COMMENT= Virtual globe and world atlas for KDE CONFLICTS= kdeedu-4.4.[0-4] NO_STAGE= yes -USE_KDE4= kdehier kdelibs kdeprefix automoc4 sharedmime -USES= cmake:outsource gmake +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USES= cmake:outsource gmake shared-mime-info USE_QT4= corelib dbus declarative designer_build gui network phonon \ qtestlib script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build |