svn commit: r542769 - branches/2020Q3/devel/pydbus-common

Tobias C. Berner tcberner at FreeBSD.org
Tue Jul 21 17:54:05 UTC 2020


Author: tcberner
Date: Tue Jul 21 17:54:05 2020
New Revision: 542769
URL: https://svnweb.freebsd.org/changeset/ports/542769

Log:
  MFH: r542768
  
  devel/pydbus-common: add missing dependeny in HTMLDOCS option
  
  PR:		248113
  Reported by:	Brad Ackerman <brad at facefault.org>
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q3/devel/pydbus-common/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/devel/pydbus-common/Makefile
==============================================================================
--- branches/2020Q3/devel/pydbus-common/Makefile	Tue Jul 21 17:53:19 2020	(r542768)
+++ branches/2020Q3/devel/pydbus-common/Makefile	Tue Jul 21 17:54:05 2020	(r542769)
@@ -35,7 +35,8 @@ OPTIONS_DEFINE=	HTMLDOCS DOCS EXAMPLES
 HTMLDOCS_DESC=	build html documentation
 HTMLDOCS_IMPLIES=	DOCS
 HTMLDOCS_CONFIGURE_ENABLE=	documentation
-HTMLDOCS_BUILD_DEPENDS=		sphinx-build:textproc/py-sphinx
+HTMLDOCS_BUILD_DEPENDS=		sphinx-build:textproc/py-sphinx \
+				${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
 
 post-patch-DOCS-on:
 	@${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \


More information about the svn-ports-all mailing list