Add py-sphinx to BUILD_DEPENDS unconditionally
PR: 219249 Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de>
This commit is contained in:
parent
60b4a01200
commit
18d2c714ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440793
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,8 @@ COMMENT= Python binding for Xapian
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx \
|
||||
xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
BROKEN_aarch64= fails to build: Fatal Python error: swig_pythreadstate set in XapianSWIG_Python_Thread_Allow ctor
|
||||
|
@ -36,8 +37,6 @@ USES= libtool python tar:xz
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} > 3000
|
||||
|
|
Loading…
Reference in a new issue