Date: Sat, 11 Jan 2025 15:56:03 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6765ec78edce - main - x11-toolkits/vte3: correct archivers/liblz4 dependency line Message-ID: <202501111556.50BFu37M048285@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=6765ec78edce3f51ff833fe6222c3ea0137fdf3a commit 6765ec78edce3f51ff833fe6222c3ea0137fdf3a Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-01-11 15:54:43 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-01-11 15:54:43 +0000 x11-toolkits/vte3: correct archivers/liblz4 dependency line Pointy-hat to: vishwin PR: 284001 --- x11-toolkits/vte3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index b663ee7dabe3..f616bbc5c4d6 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -22,7 +22,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/include/fast_float/fast_float.h:math/fast_float LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ - liblz4.so:archivers/lz4 \ + liblz4.so:archivers/liblz4 \ libicuuc.so:devel/icu PORTSCOUT= limitw:1,even
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111556.50BFu37M048285>