diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 02:51:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 02:51:11 +0800 |
commit | 02d2201c78b0442a3cfec5aa051e2bcfd3ce214c (patch) | |
tree | add738ed520985af8b4ecef5c5fa0235282fe7e3 /x11-toolkits | |
parent | d3178ca595e5ba9c9f1b9085ac38c0465f2f8850 (diff) | |
download | freebsd-ports-gnome-02d2201c78b0442a3cfec5aa051e2bcfd3ce214c.tar.gz freebsd-ports-gnome-02d2201c78b0442a3cfec5aa051e2bcfd3ce214c.tar.zst freebsd-ports-gnome-02d2201c78b0442a3cfec5aa051e2bcfd3ce214c.zip |
Depend on update-mime-database instead of a file generated by pkg-install
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |