diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-24 15:50:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-24 15:50:09 +0000 |
commit | b417efd74e7b0e320bb91813887fb75ec394ce5c (patch) | |
tree | 33c74a8900cd4e0576901bd5350fb5cbf7098005 /graphics/gdk-pixbuf | |
parent | fd58e16048c1f38cfd253d30beac411a759bbd65 (diff) | |
download | ports-b417efd74e7b0e320bb91813887fb75ec394ce5c.tar.gz ports-b417efd74e7b0e320bb91813887fb75ec394ce5c.zip |
Notes
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index b7c99f741a01..b4740b811dd0 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -25,7 +25,8 @@ USE_X_PREFIX= yes USE_GTK= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ BUILD_CANVAS="${BUILD_CANVAS}" |