aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
diff options
context:
space:
mode:
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 2816d601b04..a234527260b 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms
license="LGPL-3.0"
-depends="ocaml camlp4 curl tar unzip rsync aspcud patch"
+depends="ocaml ocaml-camlp4 curl tar unzip rsync aspcud patch"
makedepends="$depends_dev"
source="https://github.com/ocaml/$pkgname/releases/download/$pkgver/$pkgname-full-$pkgver.tar.gz
fix-default-stubsdir.patch"