Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 17:54:05 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542769 - branches/2020Q3/devel/pydbus-common
Message-ID:  <202007211754.06LHs5qS046900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007211754.06LHs5qS046900>