aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-09-13 03:42:13 +0800
committermarcus <marcus@FreeBSD.org>2007-09-13 03:42:13 +0800
commit2337988b4b0dc8f087722629961fe031b0a6ad5d (patch)
tree9f71354be1d718ac8292cee88b38c027c37c146f /graphics
parentca23dc9f7ef268f2d3cfa878061124869facbd1f (diff)
downloadfreebsd-ports-gnome-2337988b4b0dc8f087722629961fe031b0a6ad5d.tar.gz
freebsd-ports-gnome-2337988b4b0dc8f087722629961fe031b0a6ad5d.tar.zst
freebsd-ports-gnome-2337988b4b0dc8f087722629961fe031b0a6ad5d.zip
Chase the djvulibre shared lib version.
PR: 116317 Submitted by: <j.m.cooper@borgsdemons.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evince/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index d7cf5255e29f..104f95515e60 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -86,7 +86,7 @@ DJVU_DIR?= -nox11
.endif
.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.18:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
+LIB_DEPENDS+= djvulibre.19:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
CONFIGURE_ARGS+= --enable-djvu
GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
.else