diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 08:17:24 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:18 +0000 |
commit | 15ca49dc4d35c4ed09aeb5eceb2626116eb069b3 (patch) | |
tree | 8d28b9724895267a5d050246209e359de3b11201 | |
parent | 796d0473b8826ebbd393d0d1bcb7cedbd2a37ea2 (diff) | |
download | ports-15ca49dc4d35c4ed09aeb5eceb2626116eb069b3.tar.gz ports-15ca49dc4d35c4ed09aeb5eceb2626116eb069b3.zip |
devel/ipython: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/ipython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 417ff520f2ff..084101f1f164 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>0:math/py-matplotlib-inline@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes |