aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:08:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:16:17 +0000
commit5b5aa15ca0e1a1f777016a863335355619c28813 (patch)
tree14ada62ce2ef2ec0ae710ebcd82fdf9b4d265ac8
parent7a3ce14ad341a6acf436cbeb0d3fb226d2a049f2 (diff)
downloadports-5b5aa15ca0e1a1f777016a863335355619c28813.tar.gz
ports-5b5aa15ca0e1a1f777016a863335355619c28813.zip
devel/viewvc: Remove PY_PYGMENTS
With hat: python
-rw-r--r--devel/viewvc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
index 32147a2a90e9..a75639ccfdab 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -36,7 +36,7 @@ MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4
SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR}
-RUN_DEPENDS+= ${PY_PYGMENTS}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments-25>=0.9:textproc/py-pygments-25@${PY_FLAVOR}
.include <bsd.port.options.mk>