bash: needs netbsd-curses

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-05-10 23:02:14 +02:00
parent c6a4377733
commit e131cfff05
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -22,6 +22,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/bash/bash.html" PKG_SITE="http://www.gnu.org/software/bash/bash.html"
PKG_URL="ftp://ftp.cwru.edu/pub/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="ftp://ftp.cwru.edu/pub/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain netbsd-curses"
PKG_SECTION="devel" PKG_SECTION="devel"
PKG_SHORTDESC="The GNU Bourne Again shell" PKG_SHORTDESC="The GNU Bourne Again shell"
PKG_LONGDESC="The GNU Bourne Again shell" PKG_LONGDESC="The GNU Bourne Again shell"