Ports: Fix bugs in the port system
Fix some bugs and add pkg-config for the port system. Also ncurses is now downloaded from the gnu mirror in the hope that it works better
This commit is contained in:
@@ -4,7 +4,7 @@ NAME='vim'
|
||||
VERSION='9.0'
|
||||
DOWNLOAD_URL="ftp://ftp.vim.org/pub/vim/unix/vim-$VERSION.tar.bz2#a6456bc154999d83d0c20d968ac7ba6e7df0d02f3cb6427fb248660bacfb336e"
|
||||
TAR_CONTENT='vim90'
|
||||
DEPENDENCIES=( 'ncurses' )
|
||||
DEPENDENCIES=('ncurses' )
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--with-tlib=ncurses'
|
||||
'--disable-nls'
|
||||
|
||||
Reference in New Issue
Block a user