aboutsummaryrefslogtreecommitdiff
path: root/databases/py-xapian
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-13 12:11:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-13 12:11:24 +0000
commit18d2c714ab8f42dcef9b3ea11991228a6436b58c (patch)
tree78a94beb79092d25a7b2b55a92f67c61982284ec /databases/py-xapian
parent60b4a012001b30d93d04100b51970c866aa4b25d (diff)
downloadports-18d2c714ab8f42dcef9b3ea11991228a6436b58c.tar.gz
ports-18d2c714ab8f42dcef9b3ea11991228a6436b58c.zip
Add py-sphinx to BUILD_DEPENDS unconditionally
PR: 219249 Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de>
Notes
Notes: svn path=/head/; revision=440793
Diffstat (limited to 'databases/py-xapian')
-rw-r--r--databases/py-xapian/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile
index 98c830eb9037..f514d1ea9d5f 100644
--- a/databases/py-xapian/Makefile
+++ b/databases/py-xapian/Makefile
@@ -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