summaryrefslogtreecommitdiff
path: root/graphics/poppler
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-01 17:48:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-01 17:48:05 +0000
commite116e83ceba0ab3d3630e751334e0e4c58155d78 (patch)
tree105753300771a122da5e86f6f2a72dd83a901bed /graphics/poppler
parentAdd an empty OPTIONS declaration to enable additional OPTIONS that are added (diff)
Disable the QT wrapper for now. It needs some patching to build correctly,
plus some ports loving to make the dependency tree consistent. PR: 92397
Notes
Notes: svn path=/head/; revision=155016
Diffstat (limited to 'graphics/poppler')
-rw-r--r--graphics/poppler/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 9afbabf3731a..8011afac1697 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -19,7 +19,8 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomeprefix gnomehack gtk20
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-zlib
+CONFIGURE_ARGS= --enable-zlib \
+ --disable-poppler-qt
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \
LDFLAGS="-L${LOCALBASE}/lib"