diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-13 03:44:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-13 03:44:39 +0800 |
commit | 84c9c728a10d2c66da9eccf8c9cd60fb4a14c593 (patch) | |
tree | 34ad999be2cf2b94e5e6a1ade0689a55cbeeb40f /graphics | |
parent | ad5d1c1261d0e5ba83196d08bd075b1718061286 (diff) | |
download | marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.tar marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.tar.gz marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.tar.bz2 marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.tar.lz marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.tar.xz marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.tar.zst marcuscom-ports-84c9c728a10d2c66da9eccf8c9cd60fb4a14c593.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 3e5e60662..3538ed834 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.77 2007/09/04 06:18:15 mezz Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.78 2007/09/11 04:03:33 marcus Exp $ # PORTNAME= evince @@ -86,7 +86,7 @@ DJVU_DIR?= -nox11 .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.18:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} +LIB_DEPENDS+= djvulibre.19:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas .else |