doctranslator: add haiku in REQUIRES

Also reformat the lists.
This commit is contained in:
François Revol
2014-12-15 00:21:52 +01:00
parent 196342800a
commit 0a0ba88491

View File

@@ -13,14 +13,22 @@ COPYRIGHT="Copyright (c) 2014 Markus Himmel"
ARCHITECTURES="x86 x86_gcc2"
REQUIRES="antiword >= 0.37"
PROVIDES="
doctranslator = $portVersion
"
PROVIDES="doctranslator = $portVersion"
REQUIRES="
haiku
antiword >= 0.37
"
BUILD_REQUIRES="haiku_devel
makefile_engine"
BUILD_REQUIRES="
haiku_devel
makefile_engine
"
BUILD_PREREQUIRES="cmd:make
BUILD_PREREQUIRES="
cmd:make
cmd:gcc"
BUILD()