diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-20 09:37:54 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-20 09:37:54 +0800 |
commit | f93e8f98162efb708397c494cb8b1f8c55a3868c (patch) | |
tree | 4c8f8d4af35399f55e7185d43337531de2581026 | |
parent | 1c96ba6de23366ae5338d37b1732fb2626ebf515 (diff) | |
download | marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.tar marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.tar.gz marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.tar.bz2 marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.tar.lz marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.tar.xz marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.tar.zst marcuscom-ports-f93e8f98162efb708397c494cb8b1f8c55a3868c.zip |
- Re-enable DJVU
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4959 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
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 <adamw@FreeBSD.org> # # $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 <bsd.port.pre.mk> @@ -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 |