diff options
author | ahze <ahze@FreeBSD.org> | 2008-02-27 02:35:39 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-02-27 02:35:39 +0800 |
commit | d7c6d473027c48bf4cbf75c5b7fe6841ad12c01e (patch) | |
tree | 55ff4f17b36ddb63a9813a95e5e075c6de1eb789 /graphics/evince | |
parent | 7eb40f0ed037c582287f6bef78ef5fc6587402ae (diff) | |
download | freebsd-ports-gnome-d7c6d473027c48bf4cbf75c5b7fe6841ad12c01e.tar.gz freebsd-ports-gnome-d7c6d473027c48bf4cbf75c5b7fe6841ad12c01e.tar.zst freebsd-ports-gnome-d7c6d473027c48bf4cbf75c5b7fe6841ad12c01e.zip |
Chase djvulibre
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index e2cfb4c36cb8..33610f23827a 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -8,6 +8,7 @@ PORTNAME= evince PORTVERSION= 2.20.2 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -85,7 +86,7 @@ DJVU_DIR?= -nox11 .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.19:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.20:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas .else |