summaryrefslogtreecommitdiff
path: root/graphics/evince
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-09-02 22:40:52 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-09-02 22:40:52 +0000
commit068d95149372773f97da26c499d998c874a3e2bb (patch)
tree00b7a96c6964b5ba6c80d65678cc78e124099695 /graphics/evince
parentAdd note about deprecations and changes in math/ploticus. (diff)
- Bump up PORTREVISION and shared library version for djvulibre after
the djvu ports update. - Always depend on -nox11 version of djvulibre as now -nox11 and x11 version don't conflict. Spotted by: Geraud CONTINSOUZAS <geraud at gcu dot info>
Notes
Notes: svn path=/head/; revision=219697
Diffstat (limited to 'graphics/evince')
-rw-r--r--graphics/evince/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 2130bdca47ef..f760bdf6d41c 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -8,7 +8,7 @@
PORTNAME= evince
PORTVERSION= 2.22.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -84,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=""