asciidoc: add missing requires

This commit is contained in:
Jerome Duval
2021-11-21 17:28:52 +01:00
parent dbf39601ab
commit be09d211d6

View File

@@ -10,7 +10,7 @@ HOMEPAGE="https://asciidoc.org/"
COPYRIGHT="2002-2013 Stuart Rackham
2013-2020 AsciiDoc Contributors"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/asciidoc/asciidoc-py3/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="fb0e683ae6a4baf34a8969c3af764ca729526196576729ee9275b9f39fd8b79c"
SOURCE_DIR="asciidoc-py-$portVersion"
@@ -27,6 +27,8 @@ PROVIDES="
"
REQUIRES="
haiku
docbook_xsl_stylesheets
cmd:xsltproc
cmd:python3
"