summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-02-01 12:17:42 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-02-01 12:17:42 +0000
commitd7ba8fc7c16c62041da7a4e19069659fa53723d0 (patch)
tree270b8293a823ae8f2af62cb68b1058b435eb71ac /misc
parent- Replace KDE4 sharedmime with USES=shared-mime-info (diff)
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 'misc')
-rw-r--r--misc/krecipes-kde4/Makefile4
-rw-r--r--misc/tellico-kde4/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile
index d07fe811f45b..78cf297c7625 100644
--- a/misc/krecipes-kde4/Makefile
+++ b/misc/krecipes-kde4/Makefile
@@ -11,9 +11,9 @@ COMMENT= KDE4 recipe database
LICENSE= GPLv2
-USES= cmake gettext
+USES= cmake gettext shared-mime-info
USE_QT4= moc_build qmake_build rcc_build uic_build
-USE_KDE4= automoc4 kdeprefix kdelibs qimageblitz sharedmime
+USE_KDE4= automoc4 kdeprefix kdelibs qimageblitz
NO_STAGE= yes
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile
index 6cc77fd7e417..81e9d35a4b84 100644
--- a/misc/tellico-kde4/Makefile
+++ b/misc/tellico-kde4/Makefile
@@ -22,8 +22,8 @@ LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \
- automoc4 qimageblitz libkcddb sharedmime
+ automoc4 qimageblitz libkcddb
USE_QT4= qmake_build moc_build uic_build rcc_build
-USES= cmake gettext
+USES= cmake gettext shared-mime-info
.include <bsd.port.mk>