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:16 +0000
commit7a3ce14ad341a6acf436cbeb0d3fb226d2a049f2 (patch)
treea623d4a8dcb65fb3181af7f1cf96d74f20a6f169
parentb6ff6718583b815e5eb96b58225b1cfc87dd4fed (diff)
downloadports-7a3ce14ad341a6acf436cbeb0d3fb226d2a049f2.tar.gz
ports-7a3ce14ad341a6acf436cbeb0d3fb226d2a049f2.zip
devel/tortoisehg: Remove PY_PYGMENTS
With hat: python
-rw-r--r--devel/tortoisehg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile
index 1665405f3907..b161507aa3df 100644
--- a/devel/tortoisehg/Makefile
+++ b/devel/tortoisehg/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
BUILD_DEPENDS= ${PY_MERCURIAL}
RUN_DEPENDS= ${PY_MERCURIAL} \
${PYTHON_PKGNAMEPREFIX}iniparse>=0.4:devel/py-iniparse@${PY_FLAVOR} \
- ${PY_PYGMENTS}
+ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
USES= pyqt:5 python:3.5+
USE_PYQT= core gui network qscintilla2 xml