diff options
author | mezz <mezz@FreeBSD.org> | 2012-05-21 00:29:56 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-05-21 00:29:56 +0800 |
commit | 945bb3e1385d7ac0ac62d0454011209e3c127346 (patch) | |
tree | 88791eb8c375fa01c047b437bddae8c20ea1be66 /graphics/evince | |
parent | ead4f5b40222d1485dcb3ec4fcbc2d367afe986d (diff) | |
download | freebsd-ports-gnome-945bb3e1385d7ac0ac62d0454011209e3c127346.tar.gz freebsd-ports-gnome-945bb3e1385d7ac0ac62d0454011209e3c127346.tar.zst freebsd-ports-gnome-945bb3e1385d7ac0ac62d0454011209e3c127346.zip |
Add a missing runtime dependency, yelp. Bump the PORTREVISION.
PR: ports/167769
Reported by: Ronald F.Guilmette <rfg@tristatelogic.com>
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 5 |
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 |