git: cb14d0e41941 - main - x11/kitty: Remove x11-fonts/nerd-fonts from run-dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 08:54:58 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb14d0e419410fde22ff95bd1274cd6eced2f1ef
commit cb14d0e419410fde22ff95bd1274cd6eced2f1ef
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-10-10 08:51:39 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-10-10 08:54:53 +0000
x11/kitty: Remove x11-fonts/nerd-fonts from run-dependencies
- Nerd fonts are only a build requirement
- Bump PORTREVISION
PR: 290055
---
x11/kitty/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 8ce1b8f3b6e8..1f38da2cbee7 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kitty
DISTVERSIONPREFIX= v
DISTVERSION= 0.43.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 wayland
MAINTAINER= nivit@FreeBSD.org
@@ -36,7 +36,6 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libwayland-cursor.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon \
libxxhash.so:devel/xxhash
-RUN_DEPENDS= nerd-fonts>=3.1.1:x11-fonts/nerd-fonts
USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \
go:modules magick pkgconfig python shebangfix ssl tar:xz \