git: eab310f0e855 - main - x11/hyprcursor: unbreak hyprcursor-util -x

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 11 Mar 2024 05:53:35 UTC
The branch main has been updated by jbeich:

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

commit eab310f0e855edfd11a5825f71d8a304fe3aefa8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-10 23:59:26 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-11 05:52:48 +0000

    x11/hyprcursor: unbreak hyprcursor-util -x
    
    $ hyprcursor-util -x /usr/local/share/icons/Adwaita
    Found xcursor dnd-move
    Failed: Failed reading xconfig for /usr/local/share/icons/Adwaita/cursors/dnd-move
---
 x11/hyprcursor/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/hyprcursor/Makefile b/x11/hyprcursor/Makefile
index 5ce8516dc4fd..3f269fdb7ddc 100644
--- a/x11/hyprcursor/Makefile
+++ b/x11/hyprcursor/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libzip.so:archivers/libzip \
 		libhyprlang.so:devel/hyprlang
+RUN_DEPENDS=	xcur2png:x11/xcur2png
 
 USES=		compiler:c++11-lib cmake:testing gnome pathfix pkgconfig
 USE_GITHUB=	yes