diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 13:32:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 13:32:34 +0800 |
commit | 301085cd97eb050f3878b451a16c8699ad5a94d8 (patch) | |
tree | 44e16419b7ccea4633b353d78b8b126988867d7a /graphics/eog | |
parent | eceb8382cd08f10b7d2656a39c2fc1a6f62f15fd (diff) | |
download | marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.tar marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.tar.gz marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.tar.bz2 marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.tar.lz marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.tar.xz marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.tar.zst marcuscom-ports-301085cd97eb050f3878b451a16c8699ad5a94d8.zip |
Add a missing dependency on gnome-icon-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12641 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog')
-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 \ |