1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

- Ignore on the package builders

- While here, remove dependency on the python3 symlink

Reported by:	pkg-fallout
MFH:		2017Q4
This commit is contained in:
Antoine Brodin 2017-10-08 08:04:52 +00:00
parent 139a2b0fb9
commit ae11e4a563
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451504

View File

@ -14,7 +14,14 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
USES= python:3
USES= python:3.4+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \
${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>