aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:29:56 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:29:56 +0000
commit84e1179096a369b23a12ec807f54813f60757780 (patch)
tree9d342b816174bc823b359f7326c772f9a50ef429
parent84aa46a366b7dd671c70e87c0c0c43cae6cb28c5 (diff)
downloadports-84e1179096a369b23a12ec807f54813f60757780.tar.gz
ports-84e1179096a369b23a12ec807f54813f60757780.zip
Add a missing runtime dependency, yelp. Bump the PORTREVISION.
PR: ports/167769 Reported by: Ronald F.Guilmette <rfg@tristatelogic.com>
Notes
Notes: svn path=/head/; revision=297038
-rw-r--r--graphics/evince/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index f2478928789b..d1756ab905de 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -8,7 +8,7 @@
PORTNAME= evince
PORTVERSION= 2.32.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -19,7 +19,8 @@ COMMENT= GNOME 2 multi-format document viewer
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \
spectre.1:${PORTSDIR}/print/libspectre
-RUN_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 \
+ yelp:${PORTSDIR}/x11/yelp
USE_LDCONFIG= yes
USE_BZIP2= yes