diff options
Diffstat (limited to 'x11/kitty/Makefile')
-rw-r--r-- | x11/kitty/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index d0df45c9cfee..700609891d0b 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= kitty DISTVERSIONPREFIX= v -DISTVERSION= 0.42.1 -PORTREVISION= 2 +DISTVERSION= 0.43.1 +PORTREVISION= 0 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org @@ -36,9 +36,10 @@ 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:1.24,modules magick pkgconfig python shebangfix ssl tar:xz \ + go:modules magick pkgconfig python shebangfix ssl tar:xz \ terminfo xorg CPE_VENDOR= kitty_project |