git: 03d89ca37148 - main - misc/silicon: Limit Python to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Nov 2024 01:00:13 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=03d89ca3714816e82fffac2719aa5024ceb1a42a commit 03d89ca3714816e82fffac2719aa5024ceb1a42a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-02 00:41:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-02 00:59:16 +0000 misc/silicon: Limit Python to build --- misc/silicon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index 61c5403e2978..9584ecb0b370 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -1,6 +1,7 @@ PORTNAME= silicon DISTVERSIONPREFIX= v DISTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= misc PKGNAMESUFFIX= -code-visualizer @@ -16,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz \ libonig.so:devel/oniguruma -USES= cargo python xorg +USES= cargo python:build xorg USE_XORG= xcb USE_GITHUB= yes