diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-27 02:37:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-27 02:37:19 +0800 |
commit | 8e614225bb3b8c0b327cf4d5028cece348ac5ff8 (patch) | |
tree | 5dd1d96a2e3b0d33e8dfae7f7b5ed0a0af42f95c /graphics/evince | |
parent | 3ff93353d4eb6583a76f6e8f7950bde754132594 (diff) | |
download | marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.tar marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.tar.gz marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.tar.bz2 marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.tar.lz marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.tar.xz marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.tar.zst marcuscom-ports-8e614225bb3b8c0b327cf4d5028cece348ac5ff8.zip |
Chase djvulibre
Submitte by: Anatoly Borodin <anatoly.borodin@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10540 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 4b3bc139c..d760e24f5 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.91 2008/02/12 02:09:16 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.92 2008/02/12 02:54:46 mezz Exp $ # PORTNAME= evince PORTVERSION= 2.21.91 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -89,7 +90,7 @@ DJVU_DIR?= -nox11 .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.19:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.20:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas PLIST_SUB+= DJVU="" |