diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-12 19:42:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-12 19:42:13 +0000 |
commit | 7ce49a0141bf4343f68617edf2e231d5d0b3e6ba (patch) | |
tree | 1afe27434c231ba52eb9f101ca3596629ffcb8d0 /graphics/evince | |
parent | 6b9b64a27f4ec856a1d4ce97466105b800738c6a (diff) | |
download | ports-7ce49a0141bf4343f68617edf2e231d5d0b3e6ba.tar.gz ports-7ce49a0141bf4343f68617edf2e231d5d0b3e6ba.zip |
Notes
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 2 |
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 |