summaryrefslogtreecommitdiff
path: root/graphics/poppler
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
parent- Fix build after claws-mail 2.10.0 update (diff)
Make sure that all of the proper --disable-* args are passed to configure
when not building slave ports.
Notes
Notes: svn path=/head/; revision=195607
Diffstat (limited to 'graphics/poppler')
-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"