Ports: Update the port system once again!

This commit is contained in:
2024-08-09 17:08:07 +03:00
parent a12bfe4639
commit 58a3a480b9
7 changed files with 38 additions and 15 deletions

View File

@@ -4,7 +4,10 @@ NAME='ncurses'
VERSION='6.5'
DOWNLOAD_URL="https://ftp.gnu.org/gnu/ncurses/ncurses-$VERSION.tar.gz#136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"
CONFIGURE_OPTIONS=(
'--disable-db-intall'
"--with-pkg-config='$PKG_CONFIG'"
"--with-pkg-config-libdir=/usr/lib/pkgconfig"
'--enable-pc-files'
'--enable-sigwinch'
'--disable-widec'
'--without-ada'
'--without-manpages'