diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-02 01:48:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-02 01:48:05 +0800 |
commit | 96b20515548a02b392ff8c6edc7b7883f331fb5f (patch) | |
tree | 0f2775020a5525e8be0e85922bc5c12ed3414676 | |
parent | 98a236a7c66a36029797695eb27afcd4c15b19ad (diff) | |
download | freebsd-ports-gnome-96b20515548a02b392ff8c6edc7b7883f331fb5f.tar.gz freebsd-ports-gnome-96b20515548a02b392ff8c6edc7b7883f331fb5f.tar.zst freebsd-ports-gnome-96b20515548a02b392ff8c6edc7b7883f331fb5f.zip |
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
-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" |