mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
41422e8e44
commit
6a05a46f22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262353
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue