Date: Fri, 5 Apr 2024 00:46:24 GMT 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: 7b1e17a4bab1 - main - chinese/ibus-array: Clean up USES=python Message-ID: <202404050046.4350kOIk003759@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b1e17a4bab10d3f48a596335e4a1d394599cac5 commit 7b1e17a4bab10d3f48a596335e4a1d394599cac5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:43:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:43:41 +0000 chinese/ibus-array: Clean up USES=python USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python --- chinese/ibus-array/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chinese/ibus-array/Makefile b/chinese/ibus-array/Makefile index 4055def90b97..adffa83b73c4 100644 --- a/chinese/ibus-array/Makefile +++ b/chinese/ibus-array/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ibus-daemon:textproc/ibus zh-opencc>=1.0:chinese/opencc RUN_DEPENDS= ibus-daemon:textproc/ibus zh-opencc>=1.0:chinese/opencc -USES= autoreconf gmake gnome libtool pkgconfig python:3.0+ sqlite +USES= autoreconf gmake gnome libtool pkgconfig python sqlite USE_GNOME+= glib20 USE_GITHUB= yes GH_ACCOUNT= lexical
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050046.4350kOIk003759>