diff options
Diffstat (limited to 'devel/py-zope.schema/Makefile')
-rw-r--r-- | devel/py-zope.schema/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-zope.schema/Makefile b/devel/py-zope.schema/Makefile index c24f2979c4a9..f88af1162361 100644 --- a/devel/py-zope.schema/Makefile +++ b/devel/py-zope.schema/Makefile @@ -16,7 +16,7 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |