diff options
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r-- | graphics/evince/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index b5f81e80a..08793b89e 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD: ports/graphics/evince/Makefile,v 1.63 2010/12/04 07:31:56 ade Exp $ -# $MCom: ports/graphics/evince/Makefile,v 1.149 2011/03/07 09:12:49 kwm Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.150 2011/03/14 21:40:52 mezz Exp $ # PORTNAME= evince PORTVERSION= 2.32.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -98,7 +98,7 @@ PLIST_SUB+= IMPRESS="@comment " .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.23:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas PLIST_SUB+= DJVU="" |