1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

For now, ignore on the package builders when default python version is not 3.2+

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-07-24 23:19:08 +00:00
parent 05ef58cd20
commit 7fe8ff72d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392848

View File

@ -45,4 +45,10 @@ USE_PYTHON= autoplist distutils
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
.endif
.include <bsd.port.post.mk>