summaryrefslogtreecommitdiffstats
path: root/graphics/evince/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-24 08:54:32 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-24 08:54:32 +0800
commit46bdd9432f15cd3609565b632dfcc625599fc90e (patch)
tree64f7d9c98fa65bd20f9992780047362585fc5768 /graphics/evince/Makefile
parent47402fdc388e36acc7c3a718951cfeaf4d86a86c (diff)
downloadmarcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.tar
marcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.tar.gz
marcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.tar.bz2
marcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.tar.lz
marcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.tar.xz
marcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.tar.zst
marcuscom-ports-46bdd9432f15cd3609565b632dfcc625599fc90e.zip
- Disable djvu support until djvu support gets updated with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6118 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r--graphics/evince/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index f350cba57..78c22ad17 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.48 2006/03/16 17:11:00 ahze Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.49 2006/03/16 18:03:21 ahze Exp $
#
PORTNAME= evince
@@ -36,8 +36,8 @@ 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" on \
- DJVU "Enable DJVU support" off \
COMICS "Enable comic book archives support" off
+# DJVU "Enable DJVU support" off
.include <bsd.port.pre.mk>
@@ -74,13 +74,14 @@ DJVU_DIR?= # empty
DJVU_DIR?= -nox11
.endif
-.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.16:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
-CONFIGURE_ARGS+= --enable-djvu
-GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
-.else
+# DJVU is broken, need older version of djvu
+#.if defined(WITH_DJVU)
+#LIB_DEPENDS+= djvulibre.17:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
+#CONFIGURE_ARGS+= --enable-djvu
+#GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
+#.else
CONFIGURE_ARGS+= --disable-djvu
-.endif
+#.endif
.if !defined(WITHOUT_DBUS)
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus