diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 18:24:49 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 18:27:24 +0100 |
commit | 20e66fe784fc00e23733ae9d59092fdeec1d6253 (patch) | |
tree | 1db3468402b3d16c38bae86b05325645134def30 /testing/haxe | |
parent | 8530b1bd92515675782ad22333ef86cc1c97754c (diff) | |
download | aports-20e66fe784fc00e23733ae9d59092fdeec1d6253.tar.bz2 aports-20e66fe784fc00e23733ae9d59092fdeec1d6253.tar.xz |
community/ocaml-camlp4: add -dev subpkg
Diffstat (limited to 'testing/haxe')
-rw-r--r-- | testing/haxe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD index dfe41d374e..e5d6a4e8a3 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="ocaml-camlp4 ocaml neko-dev zlib-dev pcre-dev" +makedepends="ocaml-camlp4-dev ocaml neko-dev zlib-dev pcre-dev" options="!strip !makeflags" install="" subpackages="$pkgname-doc" |