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 /audio/amarok-kde4 | |
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 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 9fed5f5bac0b..08d54f867ec9 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -26,14 +26,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${POR LATEST_LINK= ${PORTNAME}-kde4 USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \ - nepomuk-core runtime automoc4 sharedmime strigi + nepomuk-core runtime automoc4 strigi USE_MYSQL= embedded USE_QT4= corelib dbus designer gui network opengl \ phonon script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 USE_BZIP2= yes -USES= cmake pkgconfig +USES= cmake pkgconfig shared-mime-info USE_LDCONFIG= yes BROKEN_sparc64= does not build (GCC-related error) |