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 /community/opam/APKBUILD | |
parent | 8530b1bd92515675782ad22333ef86cc1c97754c (diff) | |
download | aports-20e66fe784fc00e23733ae9d59092fdeec1d6253.tar.bz2 aports-20e66fe784fc00e23733ae9d59092fdeec1d6253.tar.xz |
community/ocaml-camlp4: add -dev subpkg
Diffstat (limited to 'community/opam/APKBUILD')
-rw-r--r-- | community/opam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD index a234527260..b16097d7c0 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" |