aboutsummaryrefslogtreecommitdiff
path: root/graphics/evince/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-04-07 19:30:47 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-04-07 19:30:47 +0000
commitdf5fbd8965d32c26069c3b426330348d5c205a25 (patch)
tree5317140c923a0fc0d809729c77d389456e52ff54 /graphics/evince/Makefile
parentb17365667e7da2d3b27d83ee4518a7c605babfd5 (diff)
downloadports-df5fbd8965d32c26069c3b426330348d5c205a25.tar.gz
ports-df5fbd8965d32c26069c3b426330348d5c205a25.zip
Notes
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r--graphics/evince/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index acf20a1a59c8..196ca6dc0d45 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= evince
-PORTVERSION= 2.22.0
-PORTREVISION= 3
+PORTVERSION= 2.22.1
+PORTREVISION= 0
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -79,8 +79,10 @@ PLIST_SUB+= NAUTILUS="@comment "
.if defined(WITH_IMPRESS)
CONFIGURE_ARGS+= --enable-impress
+PLIST_SUB+= IMPRESS=""
.else
CONFIGURE_ARGS+= --disable-impress
+PLIST_SUB+= IMPRESS="@comment "
.endif
.if exists(${LOCALBASE}/bin/djview)