jed: add slang_tools dependency to fix execution (#9866)

This commit is contained in:
augiedoggie
2023-12-09 17:52:39 -07:00
committed by GitHub
parent 402bb351b6
commit c1245b59bc

View File

@@ -6,7 +6,7 @@ scripting language (with a syntax resembling C)."
HOMEPAGE="http://www.jedsoft.org/jed/"
COPYRIGHT="1992, 1998, 2000, 2005, 2006-2019 John E. Davis"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
srcGitRev="1f279c4b22854c7d02466227b3070b01ef48c053"
SOURCE_URI="https://github.com/jedsoft/jed/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="0b4e1fe9627869551b906bd08bec58bc0789e98d524c24199deac742ba0f49eb"
@@ -30,6 +30,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
slang_tools$secondaryArchSuffix
lib:libslang$secondaryArchSuffix
"