aboutsummaryrefslogtreecommitdiff
path: root/graphics/poppler/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-14 21:31:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-14 21:31:07 +0000
commitd82231dcb7af4898903041728a0db9d47efc72ef (patch)
tree1010c9757199a5d9b4879f1b118c4261b86d0193 /graphics/poppler/Makefile
parent857471e7c58d121b74a65e794cde3451526ef517 (diff)
downloadports-d82231dcb7af4898903041728a0db9d47efc72ef.tar.gz
ports-d82231dcb7af4898903041728a0db9d47efc72ef.zip
Notes
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r--graphics/poppler/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index fd30d390ad65..ada959b36843 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -8,7 +8,7 @@
PORTNAME= poppler
PORTVERSION= 0.5.9
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
@@ -76,13 +76,17 @@ MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \
.else
CONFIGURE_ARGS+=--disable-utils
.endif
-.endif
+
+.else
+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
post-patch:
.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt"