aboutsummaryrefslogtreecommitdiff
path: root/x11/kitty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kitty/Makefile')
-rw-r--r--x11/kitty/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 03dbaa8f1b61..304ffa7cde68 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kitty
DISTVERSIONPREFIX= v
-DISTVERSION= 0.41.1
-PORTREVISION= 2
+DISTVERSION= 0.42.1
+PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= nivit@FreeBSD.org
@@ -17,12 +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 \
- roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf
-LIB_DEPENDS= libcanberra.so:audio/libcanberra \
+ wayland-protocols>=0:graphics/wayland-protocols
+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 \
@@ -42,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
@@ -50,7 +50,7 @@ SHEBANG_GLOB= *.py
GO_MODULE= github.com/kovidgoyal/kitty
-MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 BUILD_DOCS=yes
+MAKE_ENV= PYTHONDONTWRITEBYTECODE=1
TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}"
TEST_TARGET= test
@@ -71,6 +71,7 @@ _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_MAKE_ENV= BUILD_DOCS=yes
.include <bsd.port.options.mk>