nano: Don't depend on libmagic.

See #2697.
This commit is contained in:
Augustin Cavalier
2018-06-17 14:53:22 -04:00
parent dd9974f01a
commit 8b1c6208eb

View File

@@ -12,7 +12,7 @@ functionality. Features include:
HOMEPAGE="https://www.nano-editor.org/" HOMEPAGE="https://www.nano-editor.org/"
COPYRIGHT="1999-2018 Free Software Foundation, Inc." COPYRIGHT="1999-2018 Free Software Foundation, Inc."
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="1" REVISION="2"
SOURCE_URI="https://www.nano-editor.org/dist/v2.9/nano-$portVersion.tar.gz" SOURCE_URI="https://www.nano-editor.org/dist/v2.9/nano-$portVersion.tar.gz"
CHECKSUM_SHA256="07192c320b74c1fb78437021e9affa6a9d55b806ee012de601902392eaa03601" CHECKSUM_SHA256="07192c320b74c1fb78437021e9affa6a9d55b806ee012de601902392eaa03601"
PATCHES="nano-$portVersion.patchset" PATCHES="nano-$portVersion.patchset"
@@ -27,13 +27,11 @@ PROVIDES="
REQUIRES=" REQUIRES="
haiku haiku
cmd:groff cmd:groff
lib:libmagic
lib:libncurses lib:libncurses
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku_devel haiku_devel
devel:libmagic
devel:libncurses devel:libncurses
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="