summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-06-06 06:24:45 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-06-06 06:24:45 +0000
commitacab92e395ce1159a0ca23b6e3402c0ff46b295f (patch)
tree520893f1a69782d48717fa9ed99a8199e1616c68 /www
parent56ef934c1330e0090db51932b624c0efdc567c18 (diff)
downloadfreebsd-ports-acab92e395ce1159a0ca23b6e3402c0ff46b295f.zip
Ignore on the package builders
Reported by: pkg-fallout
Diffstat (limited to 'www')
-rw-r--r--www/py-aiohttp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
index 44278b99fb5b..b80ba7de5ed5 100644
--- a/www/py-aiohttp/Makefile
+++ b/www/py-aiohttp/Makefile
@@ -30,6 +30,9 @@ USE_PYTHON= autoplist distutils
.if ${PYTHON_REL} < 3400
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio
.endif
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test