git: efc7649c1778 - 2026Q3 - x11/zutty: Add dependency for default font

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:38:49 UTC
The branch 2026Q3 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=efc7649c1778a63bef40cd460c333d2325fe43de

commit efc7649c1778a63bef40cd460c333d2325fe43de
Author:     Florian Limberger <flo@purplekraken.com>
AuthorDate: 2026-09-04 10:39:47 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:38:43 +0000

    x11/zutty: Add dependency for default font
    
    If the font is not present, zutty without a configuration present will
    not create a window, which is confusing.
    
    Event:          Berlin Hackathon 202609
    MFH:            2026Q3
    (cherry picked from commit 36db676c8f1b9e8b1b849ce2e5fbad868b43e0e0)
---
 x11/zutty/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11/zutty/Makefile b/x11/zutty/Makefile
index c44a3cd4f8e1..e82b9766a634 100644
--- a/x11/zutty/Makefile
+++ b/x11/zutty/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zutty
 DISTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	https://git.hq.sig7.se/zutty.git/snapshot/${ZUTTY_COMMIT}?dummy=/
 
@@ -11,6 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2
+RUN_DEPENDS=	font-misc-misc>1.1.0:x11-fonts/font-misc-misc
 
 USES=		gl pkgconfig waf xorg
 USE_GL=		egl glesv2