diff options
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r-- | graphics/poppler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index be984114ba14..c95c6361d089 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -57,6 +57,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 # It requires poppler/splash to be built unless you disable splash backend |