diff options
Diffstat (limited to 'devel/py-cxx/Makefile')
-rw-r--r-- | devel/py-cxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-cxx/Makefile b/devel/py-cxx/Makefile index 9abd2a6eb793..95f970ddc9e4 100644 --- a/devel/py-cxx/Makefile +++ b/devel/py-cxx/Makefile @@ -14,7 +14,7 @@ COMMENT= Make it easier to extend Python with C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils pythonprefix PYDISTUTILS_PKGNAME= CXX |