git: 04f068b0d9e5 - main - deskutils/rednotebook: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=04f068b0d9e55675d4381e627d1be1e0b1fdb501 commit 04f068b0d9e55675d4381e627d1be1e0b1fdb501 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:43:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:43:43 +0000 deskutils/rednotebook: Clean up USES=python - While I'm here, add NO_ARCH USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python --- deskutils/rednotebook/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deskutils/rednotebook/Makefile b/deskutils/rednotebook/Makefile index c06368a19fac..87e131c152f6 100644 --- a/deskutils/rednotebook/Makefile +++ b/deskutils/rednotebook/Makefile @@ -12,11 +12,13 @@ LICENSE= GPLv3+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 -USES= gettext-tools:build gnome python:3.8+ +USES= gettext-tools:build gnome python USE_GNOME= gtk30 gtksourceview3 USE_GITHUB= yes GH_ACCOUNT= jendrikseipp +NO_ARCH= yes + OPTIONS_DEFINE= ENCHANT NLS OPTIONS_DEFAULT= ENCHANT OPTIONS_SUB= yes