git: 267b678a5bbb - main - deskutils/maliit-framework: add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 04:44:20 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=267b678a5bbbd9172ca39e9554cca8c3081ee290 commit 267b678a5bbbd9172ca39e9554cca8c3081ee290 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-11-25 04:43:28 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-11-25 04:43:28 +0000 deskutils/maliit-framework: add missing dependency --- deskutils/maliit-framework/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deskutils/maliit-framework/Makefile b/deskutils/maliit-framework/Makefile index 5c950ec6619f..4c10af9c7de5 100644 --- a/deskutils/maliit-framework/Makefile +++ b/deskutils/maliit-framework/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= maliit- MAINTAINER= kde@FreeBSD.org COMMENT= Core libraries of Maliit and server +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libudev.so:devel/libudev-devd \ libwayland-client.so:graphics/wayland \