diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2021-05-12 09:43:12 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2021-05-12 09:43:12 +0000 |
commit | 7456fc87a336e446fc87480ecdf408644d363219 (patch) | |
tree | 3f4f30766158f408134a65d0a5d66bfaf493f0f5 | |
parent | 655a237422f8dfdda287a57c5e0fe61718b5c956 (diff) | |
download | ports-7456fc87a336e446fc87480ecdf408644d363219.tar.gz ports-7456fc87a336e446fc87480ecdf408644d363219.zip |
devel/ipython: correct dependency version
-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 2313de0aaa5b..25d48bebe796 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=4.2:math/py-matplotlib-inline@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>0:math/py-matplotlib-inline@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils |