diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-16 17:11:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-16 17:11:03 +0000 |
commit | 2786ad6c885ca0d5dccccfcc95f7dc680254143e (patch) | |
tree | 447729ec6f1d04713e6147785e9ed8c73b5d1159 | |
parent | 933f4cd6f12dfc4e826cc21ee1652675052c80a8 (diff) |
Fix build with DEFAULT_VERSIONS=python=3.6
PR: 234633
Notes
Notes:
svn path=/head/; revision=493047
-rw-r--r-- | databases/cassandra3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/cassandra3/Makefile b/databases/cassandra3/Makefile index 3bbaee41c704..aa876ee4a7e7 100644 --- a/databases/cassandra3/Makefile +++ b/databases/cassandra3/Makefile @@ -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= * |