Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 15:06:03 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd7c7c8cfabf - main - devel/py-tabulate: Fix typo
Message-ID:  <6a0f1f5b.43bb1.173a8abc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd7c7c8cfabf2aa3f77d70736c8bb5651238a647

commit cd7c7c8cfabf2aa3f77d70736c8bb5651238a647
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-21 14:51:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-21 14:51:49 +0000

    devel/py-tabulate: Fix typo
    
    Reported by:    adamw
---
 devel/py-tabulate/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile
index 44576db3a72f..bda604cbfbe8 100644
--- a/devel/py-tabulate/Makefile
+++ b/devel/py-tabulate/Makefile
@@ -24,6 +24,6 @@ OPTIONS_DEFINE=	WIDECHARS
 OPTIONS_DEFAULT=WIDECHARS
 WIDECHARS_DESC=	Wide characters support
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
+WIDECHARS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f1f5b.43bb1.173a8abc>