diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 18:51:11 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 18:51:11 +0000 |
| commit | 4eb0c493e8014c4409ed406cb8dfa0e8301505d9 (patch) | |
| tree | add738ed520985af8b4ecef5c5fa0235282fe7e3 | |
| parent | - Mark DEPRECATED since it is not supported by upstream (diff) | |
Depend on update-mime-database instead of a file generated by pkg-install
| -rw-r--r-- | devel/gnome-vfs/Makefile | 2 | ||||
| -rw-r--r-- | devel/p5-File-MimeInfo/Makefile | 2 | ||||
| -rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 2 | ||||
| -rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index a67634812777..40d676f47c6f 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -16,7 +16,7 @@ USES= tar:bzip2 .if !defined(REFERENCE_PORT) -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info +RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix intlhack gnomemimedata gconf2 \ diff --git a/devel/p5-File-MimeInfo/Makefile b/devel/p5-File-MimeInfo/Makefile index db3cc15d496e..e55bf62edf96 100644 --- a/devel/p5-File-MimeInfo/Makefile +++ b/devel/p5-File-MimeInfo/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry RUN_DEPENDS:= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry \ - ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info + update-mime-database:${PORTSDIR}/misc/shared-mime-info USES= perl5 USE_PERL5= configure diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index 37dc8b69e86d..1da85197fb7c 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -16,7 +16,7 @@ COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ +RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index c508a874d406..e1e732ecde7a 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ +RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ python:${PORTSDIR}/lang/python |
