git: 45461649fdfd - main - x11-wm/mangowc: Remove unused build-dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Dec 2025 08:28:51 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45461649fdfd684c9883d9aefb7bb54fca7faff6
commit 45461649fdfd684c9883d9aefb7bb54fca7faff6
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-12-15 08:27:20 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-12-15 08:28:29 +0000
x11-wm/mangowc: Remove unused build-dependency
Reported by: diizzy (via email)
---
x11-wm/mangowc/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/x11-wm/mangowc/Makefile b/x11-wm/mangowc/Makefile
index dcd843bdddc5..366fc252d023 100644
--- a/x11-wm/mangowc/Makefile
+++ b/x11-wm/mangowc/Makefile
@@ -12,8 +12,7 @@ LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE.tinywl
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE.dwl
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.wlroots
-BUILD_DEPENDS= git:devel/git \
- hwdata>=0.399:misc/hwdata \
+BUILD_DEPENDS= hwdata>=0.399:misc/hwdata \
wayland-protocols>=1.24:graphics/wayland-protocols
LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \
libdrm.so:graphics/libdrm \