diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 09:14:42 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 09:16:12 +0000 |
| commit | 22e244e025696b7bdf60fafe1b217f95b7fcf2d8 (patch) | |
| tree | fad9f4fcab148dc5713b7c15c84903d475c31068 | |
| parent | ac95ee2432a3b41763c3cd0c3081428aa8b874e5 (diff) | |
x11/kitty: Fix deprecated CPE_VENDOR
| -rw-r--r-- | x11/kitty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 8d84a4828582..401f0584e93e 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -42,7 +42,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ go:modules,1.26 magick ncurses pkgconfig python shebangfix ssl \ tar:xz terminfo xorg -CPE_VENDOR= kitty_project +CPE_VENDOR= kovidgoyal USE_GL= gl USE_XORG= x11 xcb xcursor xi xinerama xrandr |
