diff options
Diffstat (limited to 'devel/py-repoze.sphinx.autointerface/Makefile')
-rw-r--r-- | devel/py-repoze.sphinx.autointerface/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-repoze.sphinx.autointerface/Makefile b/devel/py-repoze.sphinx.autointerface/Makefile index 613a231b6dc2..15b5990ae114 100644 --- a/devel/py-repoze.sphinx.autointerface/Makefile +++ b/devel/py-repoze.sphinx.autointerface/Makefile @@ -13,7 +13,7 @@ COMMENT= Auto-generates API docs from Zope interfaces LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> |