git: cc0b116c98fc - main - x11/libinput: drop unused USES=tar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 01:00:00 UTC
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