aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-04-24 23:50:09 +0800
committermarcus <marcus@FreeBSD.org>2002-04-24 23:50:09 +0800
commit8fa32dcb64b4acceaa7f519f06a00df25de7e9b3 (patch)
tree8f9f3d24d4df53c6c734053e8347edfe24f64815 /x11
parentaadcf295b85b4d62a4e80ae6bdcd45f9e0379e5f (diff)
downloadfreebsd-ports-gnome-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.tar.gz
freebsd-ports-gnome-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.tar.zst
freebsd-ports-gnome-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.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 'x11')
-rw-r--r--x11/gnomecore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index ba2afb178618..966aae0b8e1b 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -24,7 +24,8 @@ USE_GNOMECTRL= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
- --with-gtkhtml=${X11BASE}
+ --with-gtkhtml=${X11BASE} \
+ --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"