diff options
-rw-r--r-- | graphics/eog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 2ff2f512b..2988b5552 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/eog/Makefile,v 1.115 2010/06/08 10:03:07 kwm Exp $ # PORTNAME= eog @@ -16,9 +16,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= The Eye Of Gnome image viewer BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - bin/update-mime-database:${PORTSDIR}/misc/hared-mime-info + update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - bin/update-mime-database:${PORTSDIR}/misc/hared-mime-info + update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes USE_GMAKE= yes |