summaryrefslogtreecommitdiffstats
path: root/graphics/evince
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-16 15:04:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-16 15:04:06 +0800
commit6b0dab15ee45c0565d74c8e54af90653f15d05e9 (patch)
tree088a154e4539d084b05f268b419fed88e67cf797 /graphics/evince
parent5aae98c33e4c0bfe5aabbb7e540dfe31a645543f (diff)
downloadmarcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.tar
marcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.tar.gz
marcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.tar.bz2
marcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.tar.lz
marcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.tar.xz
marcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.tar.zst
marcuscom-ports-6b0dab15ee45c0565d74c8e54af90653f15d05e9.zip
Add a missing dependency on gnome-icon-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12644 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r--graphics/evince/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index bc482604e..587cb67fc 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,7 +3,7 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince/Makefile,v 1.126 2009/07/29 22:05:58 kwm Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.127 2009/08/11 10:04:48 kwm Exp $
#
PORTNAME= evince
@@ -15,8 +15,10 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 multi-format document viewer
+BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \
spectre.1:${PORTSDIR}/print/libspectre
+RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
USE_LDCONFIG= yes
USE_BZIP2= yes