Ports/mc: Remove libtool dependency

This is a build time dependency only. Therefore it is expected to be
present on the host machine prior to installation.
This commit is contained in:
Tim Ledbetter 2023-08-25 20:05:10 +01:00 committed by Tim Schumacher
parent b2f2156706
commit c5800229d5

View file

@ -5,7 +5,12 @@ useconfigure=true
files=(
"http://ftp.midnight-commander.org/mc-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
)
depends=("gettext" "glib" "libtool" "ncurses" "vim")
depends=(
'gettext'
'glib'
'ncurses'
'vim'
)
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
"--disable-largefile"