diff options
author | pav <pav@FreeBSD.org> | 2005-11-19 02:27:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-19 02:27:52 +0800 |
commit | 64b9565e38eefc9a494db7943115915c14caa006 (patch) | |
tree | d09cc0b54c7a33b9ec6dbdf30c769ba3240cd61f | |
parent | 313c14c187b2d16860515f8a7c5476b34a5e9284 (diff) | |
download | freebsd-ports-gnome-64b9565e38eefc9a494db7943115915c14caa006.tar.gz freebsd-ports-gnome-64b9565e38eefc9a494db7943115915c14caa006.tar.zst freebsd-ports-gnome-64b9565e38eefc9a494db7943115915c14caa006.zip |
- Chase djvulibre update
-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 190410c12660..e1c53224cdc0 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -74,7 +74,7 @@ DJVU_DIR?= -nox11 .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.15:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.16:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas .else |