Date: Sat, 26 Aug 2023 01:00:00 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cc0b116c98fc - main - x11/libinput: drop unused USES=tar Message-ID: <202308260100.37Q100T0031008@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc0b116c98fc19d1ddebc46efeaae53c91259d53 commit cc0b116c98fc19d1ddebc46efeaae53c91259d53 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-25 09:05:34 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-26 00:46:17 +0000 x11/libinput: drop unused USES=tar USE_GITLAB (and USE_GITHUB) override USES=tar. PR: 273343 Approved by: manu --- x11/libinput/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index b153fa9b17be..2a6b529e730b 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ libudev.so:devel/libudev-devd \ libmtdev.so:devel/libmtdev -USES= cpe localbase meson pkgconfig python:run shebangfix tar:bz2 +USES= cpe localbase meson pkgconfig python:run shebangfix USE_LDCONFIG= yes USE_GITLAB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308260100.37Q100T0031008>