summaryrefslogtreecommitdiff
path: root/graphics/evince
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-09-12 19:42:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-09-12 19:42:13 +0000
commit7ce49a0141bf4343f68617edf2e231d5d0b3e6ba (patch)
tree1afe27434c231ba52eb9f101ca3596629ffcb8d0 /graphics/evince
parentUpdate to 0.16. (diff)
Chase the djvulibre shared lib version.
PR: 116317 Submitted by: <j.m.cooper@borgsdemons.com>
Notes
Notes: svn path=/head/; revision=199381
Diffstat (limited to 'graphics/evince')
-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