aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:09:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:16:19 +0000
commit07a2b21bcef50d221c85c844d1b8ca440771c248 (patch)
treeaee434a2a26c11d80a8a7a4a51337016c44add61
parent4474199142b04dc7533a0311c4335cdb40b1d847 (diff)
downloadports-07a2b21bcef50d221c85c844d1b8ca440771c248.tar.gz
ports-07a2b21bcef50d221c85c844d1b8ca440771c248.zip
www/trac-devel: Remove PY_PYGMENTS
With hat: python
-rw-r--r--www/trac-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac-devel/Makefile b/www/trac-devel/Makefile
index d0a9620a8030..c46b59613535 100644
--- a/www/trac-devel/Makefile
+++ b/www/trac-devel/Makefile
@@ -45,7 +45,7 @@ GIT_DESC= Enable GIT support
FCGI_DESC= Enable FastCGI support
DOCUTILS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR}
-PYGMENTS_RUN_DEPENDS= ${PY_PYGMENTS}
+PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:textproc/py-pygments@${PY_FLAVOR}
TZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}