git: 7b1e17a4bab1 - main - chinese/ibus-array: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:24 UTC
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