Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 18:54:32 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d04a2348cf7 - main - x11/inputplug: Drop unnecessary build dependencies
Message-ID:  <202110041854.194IsWKQ023288@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d04a2348cf72cf04744f60a44219dd532254896

commit 4d04a2348cf72cf04744f60a44219dd532254896
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-10-04 18:54:04 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-10-04 18:54:04 +0000

    x11/inputplug: Drop unnecessary build dependencies
---
 x11/inputplug/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile
index 99d4f26bfd9c..2872ae2284c2 100644
--- a/x11/inputplug/Makefile
+++ b/x11/inputplug/Makefile
@@ -8,7 +8,7 @@ COMMENT=	XInput event monitor daemon
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cargo gmake pkgconfig xorg
+USES=		cargo xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	andrewshadura
 USE_XORG=	x11 xcb xi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110041854.194IsWKQ023288>