diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-23 17:34:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-23 17:34:16 +0000 |
commit | fe7d5e23396e5a7b6b2d056ea43a8164276ab033 (patch) | |
tree | 4d857a188ccf796b3a4e2a02f1decb63c1462936 | |
parent | www/qt5-webengine: fix build on powerpc64 (elfv2 only) (diff) |
Unbreak bulk -a
Pointy hat: bofh
Notes
Notes:
svn path=/head/; revision=518258
-rw-r--r-- | www/py-pyramid/Makefile | 2 | ||||
-rw-r--r-- | www/py-pyramid_rpc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/py-pyramid/Makefile b/www/py-pyramid/Makefile index 69f3030793b6..40b29ab8db11 100644 --- a/www/py-pyramid/Makefile +++ b/www/py-pyramid/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # ${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:devel/py-zope.component@${PY_FLAVOR} NO_ARCH= yes -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-pyramid_rpc/Makefile b/www/py-pyramid_rpc/Makefile index 37ec98067add..a217f4d08c3d 100644 --- a/www/py-pyramid_rpc/Makefile +++ b/www/py-pyramid_rpc/Makefile @@ -13,7 +13,7 @@ COMMENT= RPC support for the Pyramid web framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyramid>=0:www/py-pyramid@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |