aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-03-11 06:05:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-03-11 06:06:55 +0000
commit7df4c437c9a7b963e0367a266ef6d8e58432b2c3 (patch)
tree62b36358f751f891574bd838af548aaeb37369be
parenteab310f0e855edfd11a5825f71d8a304fe3aefa8 (diff)
downloadports-7df4c437c9a7b963e0367a266ef6d8e58432b2c3.tar.gz
ports-7df4c437c9a7b963e0367a266ef6d8e58432b2c3.zip
x11/nwg-look: unbreak customizing Mouse cursor
WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/left_ptr_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/hand2_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/sb_v_double_arrow_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/fleur_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/xterm_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/left_side_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/top_left_corner_000.png' WARN[0003] Couldn't create image from '/tmp/nwg-look-cursors/h_double_arrow_000.png'
-rw-r--r--x11/nwg-look/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/nwg-look/Makefile b/x11/nwg-look/Makefile
index 51731b808fae..aa480bad0df4 100644
--- a/x11/nwg-look/Makefile
+++ b/x11/nwg-look/Makefile
@@ -11,6 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
+RUN_DEPENDS= xcur2png:x11/xcur2png
USES= gnome go:modules pkgconfig
USE_GITHUB= yes