diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-22 00:46:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-22 00:46:17 +0800 |
commit | 4aa0d8b6d9532917f948ecdf821142ed0a0c7593 (patch) | |
tree | cd2b830ec4404e394198f59892f494403dfa8972 /devel | |
parent | 084dd5bc56c73216339521a787684b38e1e10380 (diff) | |
download | marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.tar marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.tar.gz marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.tar.bz2 marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.tar.lz marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.tar.xz marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.tar.zst marcuscom-ports-4aa0d8b6d9532917f948ecdf821142ed0a0c7593.zip |
Don't use gtk-doc. This should fix some build problems.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@680 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index b4e314413..22a0a5159 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -25,7 +25,8 @@ USE_REINPLACE= yes USE_GNOME= gnomehack gnomehier orbit2 gtk20 libxml2 INSTALLS_SHLIB= yes USE_LIBTOOL= 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" \ LDFLAGS="-L${LOCALBASE}/lib" |