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 /devel/bonobo | |
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 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 06b1968..78f10c3 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |