mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Fix build with DEFAULT_VERSIONS=python=3.x
PR: 234633
This commit is contained in:
parent
ffbe751078
commit
5f3bfd2f31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489348
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ OPTIONS_DEFINE= DOCS NLS EXAMPLES
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.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
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue