aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/poppler
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/poppler')
-rw-r--r--graphics/poppler/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index d69896782934..2187c2dbe9e8 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -8,15 +8,13 @@
PORTNAME= poppler
PORTVERSION= 0.5.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
MAINTAINER?= gnome@FreeBSD.org
COMMENT?= A PDF rendering library
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
-
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
@@ -61,6 +59,8 @@ CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \
--disable-poppler-qt4 --disable-utils
.if defined(WITHOUT_CAIRO)
CONFIGURE_ARGS+= --disable-cairo-output
+.else
+LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
.endif
.endif