diff options
Diffstat (limited to 'databases/py-apsw/Makefile')
-rw-r--r-- | databases/py-apsw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 184f1223f862..6c4884bbb746 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -15,7 +15,7 @@ WWW= https://rogerbinns.github.io/apsw/ \ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils unittest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} |