Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 17:11:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493047 - head/databases/cassandra3
Message-ID:  <201902161711.x1GHB36q093952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 16 17:11:03 2019
New Revision: 493047
URL: https://svnweb.freebsd.org/changeset/ports/493047

Log:
  Fix build with DEFAULT_VERSIONS=python=3.6
  
  PR:		234633

Modified:
  head/databases/cassandra3/Makefile

Modified: head/databases/cassandra3/Makefile
==============================================================================
--- head/databases/cassandra3/Makefile	Sat Feb 16 16:38:29 2019	(r493046)
+++ head/databases/cassandra3/Makefile	Sat Feb 16 17:11:03 2019	(r493047)
@@ -65,8 +65,8 @@ OPTIONS_SUB=		yes
 SIGAR_DESC=		Use SIGAR to collect system information
 SIGAR_RUN_DEPENDS=	java-sigar>=1.6.4:java/sigar
 
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx \
-			${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
 
 PORTDOCS=		*
 



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