diff options
author | stas <stas@FreeBSD.org> | 2009-07-03 22:23:32 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-07-03 22:23:32 +0800 |
commit | 4807d72819d7161f6ae367046aeb84dcd69a8aa2 (patch) | |
tree | fa2931571a2daf37ba8d2fdff04b24e83bcb4063 /graphics/evince | |
parent | 56b29afbc460aa950ff39c6f178637e0ada93a82 (diff) | |
download | freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.tar.gz freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.tar.zst freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.zip |
- djvulibre DSO version has changed to 22. Reflect this.
- ImageMagick should never depend on djvulibre, instead -nox11
version should be used, which contains the library required.
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index c9b03bc281fd..5804c7f265fd 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -8,6 +8,7 @@ PORTNAME= evince PORTVERSION= 2.26.2 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -88,7 +89,7 @@ PLIST_SUB+= IMPRESS="@comment " .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas PLIST_SUB+= DJVU="" |