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 /misc | |
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 'misc')
-rw-r--r-- | misc/krecipes-kde4/Makefile | 4 | ||||
-rw-r--r-- | misc/tellico-kde4/Makefile | 4 |
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> |