aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
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 /community/opam
parent056306161c32f1c4fcac537c82bad1945d30277a (diff)
downloadaports-8530b1bd92515675782ad22333ef86cc1c97754c.tar.bz2
aports-8530b1bd92515675782ad22333ef86cc1c97754c.tar.xz
community/ocaml-camlp4: rename camlp4 to ocaml-camlp4
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 2816d601b0..a234527260 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"