aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-notebook/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile
index ad9ef64ccc33..bcfcde676280 100644
--- a/www/py-notebook/Makefile
+++ b/www/py-notebook/Makefile
@@ -25,9 +25,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR}
-USES= python:3.7+
+USES= cpe python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+CPE_VENDOR= jupyter
+
.include <bsd.port.mk>