summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-11 21:37:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-11 21:37:39 +0000
commit858b8e686736d6f227880af92aea187c3aa8229a (patch)
tree70e2c5570078228af43c7e2168360ea72c08d59d /Mk
parentBah, fix the build in a cleaner way. (diff)
Make sure gtk-doc support is disabled even for ports that don't support the
--disable-gtk-doc option. PR: 42616 Reviewed by: sobomax
Notes
Notes: svn path=/head/; revision=66174
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnomeng.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.gnomeng.mk b/Mk/bsd.gnomeng.mk
index 6204ee68c8f6..341ccab4b946 100644
--- a/Mk/bsd.gnomeng.mk
+++ b/Mk/bsd.gnomeng.mk
@@ -40,6 +40,7 @@ gnomehier_RUN_DEPENDS= ${X11BASE}/share/gnome/.keep_me:${PORTSDIR}/misc/gnomehie
gnomehier_DETECT= ${X11BASE}/share/gnome/.keep_me
GNOME_HTML_DIR?= ${PREFIX}/share/doc
+gnomeprefix_CONFIGURE_ENV=GTKDOC="false"
gnomeprefix_CONFIGURE_ARGS=--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-html-dir=${GNOME_HTML_DIR} \