aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-03-10 23:59:26 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-03-11 05:52:48 +0000
commiteab310f0e855edfd11a5825f71d8a304fe3aefa8 (patch)
tree793dd0a1f8db7693fee86a77da536776553fe770
parent5079e813bb9b51ffb34bf4731b30e133aab21154 (diff)
downloadports-eab310f0e855edfd11a5825f71d8a304fe3aefa8.tar.gz
ports-eab310f0e855edfd11a5825f71d8a304fe3aefa8.zip
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
-rw-r--r--x11/hyprcursor/Makefile1
1 files changed, 1 insertions, 0 deletions
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