aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haxe
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-09 17:59:30 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-09 18:27:24 +0100
commit8530b1bd92515675782ad22333ef86cc1c97754c (patch)
treee781c9080a3b2551823715c23842a68aac21a269 /testing/haxe
parent056306161c32f1c4fcac537c82bad1945d30277a (diff)
downloadaports-8530b1bd92515675782ad22333ef86cc1c97754c.tar.bz2
aports-8530b1bd92515675782ad22333ef86cc1c97754c.tar.xz
community/ocaml-camlp4: rename camlp4 to ocaml-camlp4
Diffstat (limited to 'testing/haxe')
-rw-r--r--testing/haxe/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD
index 1018a7c0fd..dfe41d374e 100644
--- a/testing/haxe/APKBUILD
+++ b/testing/haxe/APKBUILD
@@ -9,7 +9,7 @@ url="https://haxe.org"
arch="x86_64 aarch64 ppc64le"
license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html
depends=""
-makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev"
+makedepends="ocaml-camlp4 ocaml neko-dev zlib-dev pcre-dev"
options="!strip !makeflags"
install=""
subpackages="$pkgname-doc"
@@ -40,7 +40,7 @@ build() {
check() {
cd "$_builddir"
-
+
./haxe -version
./haxelib version
}