Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 17:53:19 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542768 - head/devel/pydbus-common
Message-ID:  <202007211753.06LHrJBw046700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jul 21 17:53:19 2020
New Revision: 542768
URL: https://svnweb.freebsd.org/changeset/ports/542768

Log:
  devel/pydbus-common: add missing dependeny in HTMLDOCS option
  
  PR:		248113
  Reported by:	Brad Ackerman <brad@facefault.org>

Modified:
  head/devel/pydbus-common/Makefile

Modified: head/devel/pydbus-common/Makefile
==============================================================================
--- head/devel/pydbus-common/Makefile	Tue Jul 21 17:52:07 2020	(r542767)
+++ head/devel/pydbus-common/Makefile	Tue Jul 21 17:53:19 2020	(r542768)
@@ -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?202007211753.06LHrJBw046700>