summaryrefslogtreecommitdiff
path: root/x11/kitty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kitty/Makefile')
-rw-r--r--x11/kitty/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index fb848ef6a373..d0df45c9cfee 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kitty
DISTVERSIONPREFIX= v
-DISTVERSION= 0.41.1
+DISTVERSION= 0.42.1
+PORTREVISION= 2
CATEGORIES= x11 wayland
MAINTAINER= nivit@FreeBSD.org
@@ -16,11 +17,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \
nerd-fonts>=3.1.1:x11-fonts/nerd-fonts \
+ roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf \
simde>=0.7.6:devel/simde \
sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \
wayland-protocols>=0:graphics/wayland-protocols
-LIB_DEPENDS= libcanberra.so:audio/libcanberra \
+LIB_DEPENDS= libcairo.so:graphics/cairo \
+ libcanberra.so:audio/libcanberra \
libdbus-1.so:devel/dbus \
libepoll-shim-interpose.so:devel/libepoll-shim \
libfontconfig.so:x11-fonts/fontconfig \
@@ -40,7 +43,6 @@ USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \
CPE_VENDOR= kitty_project
USE_GL= gl
-USE_GNOME= cairo
USE_XORG= x11 xcb xcursor xi xinerama xrandr
SHEBANG_FILES= build-terminfo count-lines-of-code update-on-ox
@@ -68,9 +70,8 @@ _STRIP_TARGETS= kitty/fast_data_types.so kitty/glfw-x11.so \
_EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty
-OPTIONS_DEFINE= DOCS
-DOCS_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf
-DOCS_MAKE_ENV= BUILD_DOCS=yes
+OPTIONS_DEFINE= DOCS
+DOCS_MAKE_ENV= BUILD_DOCS=yes
.include <bsd.port.options.mk>