From c5a41a06ee799edf88b4603be997aa767ebc82b8 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 21 Jun 2021 00:08:40 +0800 Subject: [PATCH] sysutils/mog: Remove PY_PYGMENTS With hat: python --- sysutils/mog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/mog/Makefile b/sysutils/mog/Makefile index 8081332415ef3..37a4f86907d9d 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}