aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sway
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-01-18 02:02:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-01-18 02:57:13 +0000
commit21a74b9aac80dc16a8b0392bb1cf9c410649c35c (patch)
tree26448aa686585079e10bb42483de4650a8faddc4 /x11-wm/sway
parentc721369988fc8a9c959a7dc64fa5060812ee5ebe (diff)
downloadports-21a74b9aac80dc16a8b0392bb1cf9c410649c35c.tar.gz
ports-21a74b9aac80dc16a8b0392bb1cf9c410649c35c.zip
x11-toolkits/wlroots: dedup *_DEPENDS in consumers
LIB_DEPENDS against a port with non-default USE_LDCONFIG can desync RUN_DEPENDS and BUILD_DEPENDS, leading to incorrectly registered dependencies when built in a dirty environment. $ make install -C x11-toolkits/wlroots $ make install -C x11-wm/hikari $ pkg info -xr wlroots wlroots-0.17.1: hikari-2.3.3_4 wlroots015-0.15.1_2: $ make run-depends-list -C x11-wm/hikari | fgrep wlroots /usr/ports/main/x11-toolkits/wlroots015 $ make actual-package-depends -C x11-wm/hikari | fgrep wlroots "wlroots": {origin: "x11-toolkits/wlroots", version: "0.17.1"}
Diffstat (limited to 'x11-wm/sway')
-rw-r--r--x11-wm/sway/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile
index e05b328e60d8..26a870c608ff 100644
--- a/x11-wm/sway/Makefile
+++ b/x11-wm/sway/Makefile
@@ -18,8 +18,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
- wayland-protocols>=1.24:graphics/wayland-protocols \
- wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots
+ wayland-protocols>=1.24:graphics/wayland-protocols
LIB_DEPENDS= libjson-c.so:devel/json-c \
libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \