aboutsummaryrefslogtreecommitdiff
path: root/graphics/evince
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-04-24 00:54:21 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-04-24 00:54:21 +0000
commit03a26ecc36e62e2c3da28bfbef5263030cb28b02 (patch)
tree30bdc5e649f1754ba333530cf570f9d20373205a /graphics/evince
parent13328bd831ffbb3ea593ce7ecc9d08bf2b28bfc1 (diff)
downloadports-03a26ecc36e62e2c3da28bfbef5263030cb28b02.tar.gz
ports-03a26ecc36e62e2c3da28bfbef5263030cb28b02.zip
Notes
Diffstat (limited to 'graphics/evince')
-rw-r--r--graphics/evince/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 719dd31a0666..cbe79f439a50 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -8,7 +8,7 @@
PORTNAME= evince
PORTVERSION= 0.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
@@ -74,7 +74,7 @@ DJVU_DIR?= -nox11
.endif
.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.16:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
+LIB_DEPENDS+= djvulibre.17:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
CONFIGURE_ARGS+= --enable-djvu
GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
.else