diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-09 21:09:28 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-09 21:09:28 +0100 |
commit | cc89c3ccaf385a1a949533916923406fe2a6f024 (patch) | |
tree | 9e05dcae651701d206c2a2e521535a1b938d5d57 /community | |
parent | 368fa5991b6fc0ae099bd9957c0d56d2a3b17e17 (diff) | |
download | aports-cc89c3ccaf385a1a949533916923406fe2a6f024.tar.bz2 aports-cc89c3ccaf385a1a949533916923406fe2a6f024.tar.xz |
community/R: move some makedeps to depends_dev
These are required for the several popular packages from CRAN.
Diffstat (limited to 'community')
-rw-r--r-- | community/R/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 5111999115..d0f5cdee5a 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=R pkgver=3.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" # openjdk8-jre-base is currently built only for x86* @@ -11,10 +11,10 @@ arch="x86_64 x86" license="GPL-2 GPL-3 LGPL-2.1" depends="$pkgname-mathlib" depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev - pcre-dev>=8.10 readline-dev xz-dev zlib-dev + pcre-dev>=8.10 readline-dev xz-dev zlib-dev bzip2-dev curl-dev>=7.28 " -makedepends="$depends_dev bzip2-dev cairo-dev curl-dev>=7.28 libxmu-dev - openjdk8-jre-base pango-dev perl tiff-dev tk-dev +makedepends="$depends_dev cairo-dev libxmu-dev openjdk8-jre-base pango-dev + perl tiff-dev tk-dev " install="$pkgname.post-install" subpackages="$pkgname-mathlib $pkgname-dev $pkgname-doc" |