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>
This commit is contained in:
Jeremy Messenger 2010-10-03 16:07:08 +00:00
parent 41422e8e44
commit 6a05a46f22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262353

View file

@ -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}