bash: fix netbsd-curses depends

This commit is contained in:
MilhouseVH 2017-09-01 13:41:37 +01:00
parent ab7496da62
commit cee7512157

View File

@ -23,7 +23,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_DEPENDS_TARGET="toolchain ncurses"
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"