diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-24 15:50:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-24 15:50:09 +0000 |
commit | 8fa32dcb64b4acceaa7f519f06a00df25de7e9b3 (patch) | |
tree | 8f9f3d24d4df53c6c734053e8347edfe24f64815 /www/gtkhtml3/Makefile | |
parent | aadcf295b85b4d62a4e80ae6bdcd45f9e0379e5f (diff) | |
download | FreeBSD-ports-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.zip FreeBSD-ports-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.tar.gz |
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.
PR: 36401
Reported by: many
Approved by: sobomax
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 6089b28..eba6485 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |