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 /audio | |
parent | 52636e09799fefb51ffebb46fa980502c77849b2 (diff) | |
download | ports-d7ba8fc7c16c62041da7a4e19069659fa53723d0.tar.gz 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.
Notes
Notes:
svn path=/head/; revision=342128
Diffstat (limited to 'audio')
-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) |