diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-18 07:43:33 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-18 07:43:33 +0800 |
commit | 1c96ba6de23366ae5338d37b1732fb2626ebf515 (patch) | |
tree | 1ec5359eb15ee28c1e9d0665dadcd4f3755c1203 /graphics | |
parent | 205d6fe735410d78a095be3a5cea31ae11122f28 (diff) | |
download | marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.tar marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.tar.gz marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.tar.bz2 marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.tar.lz marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.tar.xz marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.tar.zst marcuscom-ports-1c96ba6de23366ae5338d37b1732fb2626ebf515.zip |
- Disable djvu support, needs djvulibre-3.5.15+
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4958 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <adamw@FreeBSD.org> # # $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 <bsd.port.pre.mk> @@ -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 |