aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2010-10-04 00:07:08 +0800
committermezz <mezz@FreeBSD.org>2010-10-04 00:07:08 +0800
commit6d6bbc03dd4d8357f47a39cb7ab58d40bf1b0510 (patch)
treeebcb5ee7100d6ff8405d9dfd19d72ce636870738 /devel
parent658b142af8f42bab5b96892eb3d8a439350ec6c3 (diff)
downloadfreebsd-ports-gnome-6d6bbc03dd4d8357f47a39cb7ab58d40bf1b0510.tar.gz
freebsd-ports-gnome-6d6bbc03dd4d8357f47a39cb7ab58d40bf1b0510.tar.zst
freebsd-ports-gnome-6d6bbc03dd4d8357f47a39cb7ab58d40bf1b0510.zip
Disable build the api document. It will build if epydoc exists in system and
it can cause a few users to get build failure for some reason. PR: ports/150441 Reported by: Chris <chris@geonumerical.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/py-dbus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile
index 54a09d29ba90..5fab1959abe2 100644
--- a/devel/py-dbus/Makefile
+++ b/devel/py-dbus/Makefile
@@ -25,7 +25,8 @@ USE_PYTHON= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="-I${PYTHON_INCLUDEDIR}"
-CONFIGURE_ARGS= --docdir=${DOCSDIR}
+CONFIGURE_ARGS= --docdir=${DOCSDIR} \
+ --disable-api-docs
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}