svn commit: r440793 - head/databases/py-xapian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 13 12:11:25 UTC 2017


Author: sunpoet
Date: Sat May 13 12:11:24 2017
New Revision: 440793
URL: https://svnweb.freebsd.org/changeset/ports/440793

Log:
  Add py-sphinx to BUILD_DEPENDS unconditionally
  
  PR:		219249
  Reported by:	Gerrit Beine <mail+freebsd at gerritbeine.de>

Modified:
  head/databases/py-xapian/Makefile

Modified: head/databases/py-xapian/Makefile
==============================================================================
--- head/databases/py-xapian/Makefile	Sat May 13 12:11:19 2017	(r440792)
+++ head/databases/py-xapian/Makefile	Sat May 13 12:11:24 2017	(r440793)
@@ -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


More information about the svn-ports-all mailing list