1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Fix configure with python 2.7.

This commit is contained in:
Emanuel Haupt 2019-04-14 10:34:49 +00:00
parent b144f6df1f
commit f01337a202
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498884
2 changed files with 4 additions and 0 deletions

View File

@ -27,4 +27,8 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.if ${FLAVOR:Upy36:Mpy3*}
EXTRA_PATCHES= ${FILESDIR}/extra-patch-setup.py
.endif
.include <bsd.port.mk>