diff options
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r-- | graphics/poppler/Makefile | 3 |
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" |