aboutsummaryrefslogtreecommitdiff
path: root/graphics
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
parent009e8690ded020920c185691f60dc5f45e3748f5 (diff)
downloadports-068d95149372773f97da26c499d998c874a3e2bb.tar.gz
ports-068d95149372773f97da26c499d998c874a3e2bb.zip
Notes
Diffstat (limited to 'graphics')
-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=""