aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2023-08-26 02:59:52 +0000
committerMikhail Teterin <mi@FreeBSD.org>2023-08-26 02:59:52 +0000
commit0633b30f8fca4b7609fe985b8220da1a4c564004 (patch)
treedf5c197a9edbc82eeefb7876d4a2cd640e17fe58 /archivers
parent8467f3513e1b6c76aed03111e25cbbc85ca13eb4 (diff)
downloadports-0633b30f8fca4b7609fe985b8220da1a4c564004.tar.gz
ports-0633b30f8fca4b7609fe985b8220da1a4c564004.zip
archivers/lz4json: add the lz4-dependency
Notified by: pkg-fallout
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lz4json/Makefile2
1 files changed, 2 insertions, 0 deletions
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