From ae87ab17006fc804db4b25c4725cada3be3118e3 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 4 Sep 2008 04:14:34 +0000 Subject: Sync w/ FreeBSD ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11446 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 60ebe8a8e..708d4fe2b 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.108 2008/08/07 01:18:55 mezz Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.109 2008/09/02 11:28:02 kwm Exp $ # PORTNAME= evince PORTVERSION= 2.23.91 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -83,14 +84,8 @@ CONFIGURE_ARGS+= --disable-impress PLIST_SUB+= IMPRESS="@comment " .endif -.if exists(${LOCALBASE}/bin/djview) -DJVU_DIR?= # empty -.else -DJVU_DIR?= -nox11 -.endif - .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.20:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas PLIST_SUB+= DJVU="" -- cgit