From f93e8f98162efb708397c494cb8b1f8c55a3868c Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 20 Oct 2005 01:37:54 +0000 Subject: - Re-enable DJVU git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4959 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'graphics') diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 14ab31b21..5a72e609f 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.33 2005/09/06 01:42:08 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.34 2005/10/17 23:43:33 ahze Exp $ # PORTNAME= evince PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 @@ -35,8 +35,8 @@ 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 \ - DBUS "Enable D-BUS support" off -# DJVU "Enable DJVU support" off + DBUS "Enable D-BUS support" off \ + DJVU "Enable DJVU support" off .include @@ -73,15 +73,13 @@ 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} +LIB_DEPENDS+= djvulibre.15:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu 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