aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-09 18:24:49 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-09 18:27:24 +0100
commit20e66fe784fc00e23733ae9d59092fdeec1d6253 (patch)
tree1db3468402b3d16c38bae86b05325645134def30 /community/opam
parent8530b1bd92515675782ad22333ef86cc1c97754c (diff)
community/ocaml-camlp4: add -dev subpkg
Diffstat (limited to 'community/opam')
-rw-r--r--community/opam/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index a234527260b..b16097d7c0d 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -8,7 +8,7 @@ url="https://opam.ocaml.org"
arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms
license="LGPL-3.0"
depends="ocaml ocaml-camlp4 curl tar unzip rsync aspcud patch"
-makedepends="$depends_dev"
+makedepends="ocaml-camlp4-dev"
source="https://github.com/ocaml/$pkgname/releases/download/$pkgver/$pkgname-full-$pkgver.tar.gz
fix-default-stubsdir.patch"
builddir="$srcdir/$pkgname-full-$pkgver"