diff options
-rw-r--r-- | graphics/eog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index c4175a148..68f9d88a3 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.98 2009/07/28 14:16:23 kwm Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.99 2009/08/12 22:53:12 kwm Exp $ # PORTNAME= eog @@ -15,6 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The Eye Of Gnome image viewer +BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ |