aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:08:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:16:18 +0000
commitc5a41a06ee799edf88b4603be997aa767ebc82b8 (patch)
tree27d9e14cc9df49b5666cf7494957fea7a9ea5c3d
parentd250d2601a74044e2edbc3a0ff88423a676d0326 (diff)
downloadports-c5a41a06ee799edf88b4603be997aa767ebc82b8.tar.gz
ports-c5a41a06ee799edf88b4603be997aa767ebc82b8.zip
sysutils/mog: Remove PY_PYGMENTS
With hat: python
-rw-r--r--sysutils/mog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mog/Makefile b/sysutils/mog/Makefile
index 8081332415ef..37a4f86907d9 100644
--- a/sysutils/mog/Makefile
+++ b/sysutils/mog/Makefile
@@ -11,7 +11,7 @@ COMMENT= Different take on the UNIX tool cat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PY_PYGMENTS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mdv>0:devel/py-mdv@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}