summaryrefslogtreecommitdiff
path: root/x11/kitty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kitty/Makefile')
-rw-r--r--x11/kitty/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index fb848ef6a373..d4c397c5d4b0 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kitty
DISTVERSIONPREFIX= v
DISTVERSION= 0.41.1
+PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= nivit@FreeBSD.org
@@ -19,7 +20,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
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
+ wayland-protocols>=0:graphics/wayland-protocols \
+ roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libdbus-1.so:devel/dbus \
libepoll-shim-interpose.so:devel/libepoll-shim \
@@ -48,7 +50,7 @@ SHEBANG_GLOB= *.py
GO_MODULE= github.com/kovidgoyal/kitty
-MAKE_ENV= PYTHONDONTWRITEBYTECODE=1
+MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 BUILD_DOCS=yes
TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}"
TEST_TARGET= test
@@ -68,9 +70,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_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf
-DOCS_MAKE_ENV= BUILD_DOCS=yes
+OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>