diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 16:08:27 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 16:16:17 +0000 |
commit | 91000e0fc4d72316dd8be439ea66b88ddce9b037 (patch) | |
tree | f2d9015c44b6e08d3b49416288fe44fec311c486 | |
parent | 90125dc86e1d4dba53103f2208f5b3d5413b1028 (diff) | |
download | ports-91000e0fc4d72316dd8be439ea66b88ddce9b037.tar.gz ports-91000e0fc4d72316dd8be439ea66b88ddce9b037.zip |
graphics/py-traitsui: Remove PY_PYGMENTS
With hat: python
-rw-r--r-- | graphics/py-traitsui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-traitsui/Makefile b/graphics/py-traitsui/Makefile index 7e4f32a39ced..b9716b5463b2 100644 --- a/graphics/py-traitsui/Makefile +++ b/graphics/py-traitsui/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=6.0.0:devel/py-traits@${PY_FLAVOR} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ - ${PY_PYGMENTS} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-traits@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} @@ -39,7 +39,7 @@ NO_ARCH= yes OPTIONS_DEFINE= QT5 OPTIONS_DEFAULT=QT5 -QT5_RUN_DEPENDS= ${PY_PYGMENTS} +QT5_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} QT5_USES= pyqt:5 QT5_USE= PYQT=core_run,gui_run,printsupport_run,svg_run,widgets_run |