From 1c96ba6de23366ae5338d37b1732fb2626ebf515 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 17 Oct 2005 23:43:33 +0000 Subject: - Disable djvu support, needs djvulibre-3.5.15+ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4958 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 5960d05eb..14ab31b21 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.32 2005/09/05 06:31:17 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.33 2005/09/06 01:42:08 ahze Exp $ # PORTNAME= evince @@ -34,9 +34,9 @@ GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas OPTIONS= DVI "Enable DVI viewer support" off \ T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - DJVU "Enable DJVU support" off \ + NAUTILUS "Enable Nautilus plugin" on \ DBUS "Enable D-BUS support" off +# DJVU "Enable DJVU support" off .include @@ -73,6 +73,7 @@ DJVU_DIR?= # empty DJVU_DIR?= -nox11 .endif +.if 0 # djvulibre needs to be updated to djvulibre-3.5.15 .if defined(WITH_DJVU) LIB_DEPENDS+= djvulibre.14:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu @@ -80,6 +81,7 @@ GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas .else CONFIGURE_ARGS+= --disable-djvu .endif +.endif .if defined(WITH_DBUS) LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus -- cgit v1.2.3