Fix build with DEFAULT_VERSIONS=python=3.x

PR:		234633
This commit is contained in:
Antoine Brodin 2019-01-05 15:34:06 +00:00
parent ffbe751078
commit 5f3bfd2f31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489348

View file

@ -34,7 +34,8 @@ OPTIONS_DEFINE= DOCS NLS EXAMPLES
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx
BUILD_DEPENDS+= sphinx-build-2.7:textproc/py-sphinx@py27
BINARY_ALIAS+= sphinx-build=sphinx-build-2.7
.endif
.if ${PORT_OPTIONS:MNLS}