diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /graphics/poppler | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index f72bb073e9d9..16d93605a40f 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -58,8 +58,7 @@ CONFIGURE_ARGS+=--disable-poppler-glib .if ${SLAVEPORT}=="qt4" CONFIGURE_ARGS+=--enable-poppler-qt4 CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt4 -USE_QT_VER+= 4 -QT_COMPONENTS= gui corelib xml qtestlib moc_build +USE_QT4= gui corelib xml qtestlib moc_build # It requires poppler/splash to be built unless you disable splash backend # support to allow you use BUILD_WRKSRC here. It seems that splash backend # can read more PDF files than without, tested with demos's poppler_qt4viewer. |