git: 0633b30f8fca - main - archivers/lz4json: add the lz4-dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 03:00:19 UTC
The branch main has been updated by mi: URL: https://cgit.FreeBSD.org/ports/commit/?id=0633b30f8fca4b7609fe985b8220da1a4c564004 commit 0633b30f8fca4b7609fe985b8220da1a4c564004 Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2023-08-26 02:59:52 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2023-08-26 02:59:52 +0000 archivers/lz4json: add the lz4-dependency Notified by: pkg-fallout --- archivers/lz4json/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archivers/lz4json/Makefile b/archivers/lz4json/Makefile index 9792d938eb59..31bce224ec6c 100644 --- a/archivers/lz4json/Makefile +++ b/archivers/lz4json/Makefile @@ -6,6 +6,8 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Unpack Mozilla lz4json files, such as bookmarks and session restore WWW= https://github.com/andikleen/lz4json +LIB_DEPENDS= liblz4.so:archivers/liblz4 + USES= uidfix USE_GITHUB= yes