diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-04 12:14:34 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-04 12:14:34 +0800 |
commit | ae87ab17006fc804db4b25c4725cada3be3118e3 (patch) | |
tree | 82d370bbc06b0bf808d338c13879e0e5e094c471 | |
parent | 9648ac17b76b1c5f5cfe0e3f92cc2c1f06c8432a (diff) | |
download | marcuscom-ports-ae87ab17006fc804db4b25c4725cada3be3118e3.tar.gz marcuscom-ports-ae87ab17006fc804db4b25c4725cada3be3118e3.tar.zst marcuscom-ports-ae87ab17006fc804db4b25c4725cada3be3118e3.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11446 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 60ebe8a8e..708d4fe2b 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.108 2008/08/07 01:18:55 mezz Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.109 2008/09/02 11:28:02 kwm Exp $ # PORTNAME= evince PORTVERSION= 2.23.91 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -83,14 +84,8 @@ CONFIGURE_ARGS+= --disable-impress PLIST_SUB+= IMPRESS="@comment " .endif -.if exists(${LOCALBASE}/bin/djview) -DJVU_DIR?= # empty -.else -DJVU_DIR?= -nox11 -.endif - .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.20:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas PLIST_SUB+= DJVU="" |