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 /devel/bonobo | |
parent | fd58e16048c1f38cfd253d30beac411a759bbd65 (diff) | |
download | freebsd-ports-b417efd74e7b0e320bb91813887fb75ec394ce5c.zip |
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 06b1968d8350..78f10c37e853 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} |