aboutsummaryrefslogtreecommitdiff
path: root/graphics/poppler
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-09-17 21:51:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-09-17 21:51:24 +0000
commit68d780793ccb732ffd425994386aece4bae6678f (patch)
treebc04934824bb407d221fe627d1694783df190dea /graphics/poppler
parent2ff2a7406e283445a5992991ab1aa0157c362e08 (diff)
Notes
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