svn commit: r493047 - head/databases/cassandra3
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 16 17:11:04 UTC 2019
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= *
More information about the svn-ports-head
mailing list