Date: Sat, 18 Apr 2026 17:30:34 +0000 From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c25d5973e583 - main - editors/imhex: Fix configure error on 13-stable Message-ID: <69e3bfba.3ef21.66f03e4c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nobutaka: URL: https://cgit.FreeBSD.org/ports/commit/?id=c25d5973e5830be276b21eeb0b320793d9ea9ef4 commit c25d5973e5830be276b21eeb0b320793d9ea9ef4 Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2026-04-18 17:24:09 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2026-04-18 17:29:02 +0000 editors/imhex: Fix configure error on 13-stable Reported by: pkg-fallout --- editors/imhex/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile index 38a7c4885654..c3c48190e986 100644 --- a/editors/imhex/Makefile +++ b/editors/imhex/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ liblz4.so:archivers/liblz4 \ libmbedtls.so:security/mbedtls3 \ + libssh2.so:security/libssh2 \ libzstd.so:archivers/zstd USES= cmake desktop-file-utils gl gnome pkgconfig python xorghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3bfba.3ef21.66f03e4c>
