diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-05 00:43:41 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-05 00:43:41 +0000 |
commit | 7b1e17a4bab10d3f48a596335e4a1d394599cac5 (patch) | |
tree | 2c892bedd3d178aed4e985af74f56b0f5f381432 /chinese | |
parent | ce6eaa8e39be2859ced7f67fc01062e4e50992be (diff) |
chinese/ibus-array: Clean up USES=python
USES=python means USES=python:3.8+ now.
Approved by: portmgr (blanket)
With hat: python
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-array/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |