app-misc/far2l: remove unnecessary deps

Signed-off-by: Andrey Syutkin <syutkin@gmail.com>
This commit is contained in:
Andrey Syutkin
2024-12-01 15:40:04 +03:00
parent d948f4fee4
commit 1708cb02a9

View File

@@ -36,7 +36,6 @@ RDEPEND="
x11-libs/libXi x11-libs/libXi
) )
archive? ( archive? (
dev-libs/libpcre2
app-arch/libarchive app-arch/libarchive
) )
chardet? ( app-i18n/uchardet ) chardet? ( app-i18n/uchardet )
@@ -72,10 +71,10 @@ src_configure() {
-DUSEWX="$(usex wxwidgets)" -DUSEWX="$(usex wxwidgets)"
-DUSEUCD=$"$(usex chardet)" -DUSEUCD=$"$(usex chardet)"
-DCOLORER="$(usex colorer)" -DCOLORER="$(usex colorer)"
# FIXME: add python plugins support
# -DPYTHON="$(usex python)" # -DPYTHON="$(usex python)"
-DBUILD_SHARED_LIBS=OFF -DBUILD_SHARED_LIBS=OFF
) )
cmake_src_configure cmake_src_configure
} }