R: add which as compile and runtime dep

This commit is contained in:
John 2020-01-10 16:50:06 +01:00
parent 46996d81ff
commit 737194e0df

View file

@ -1,17 +1,17 @@
# Template file for 'R'
pkgname=R
version=3.6.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
--with-lapack --with-blas --enable-R-shlib --with-tcltk
LIBnn=lib"
hostmakedepends="gcc-fortran pkg-config perl less"
hostmakedepends="gcc-fortran pkg-config perl less which"
makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu-devel
lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel
libcurl-devel tcl-devel tk-devel libxml2-devel"
depends="xdg-utils less"
depends="xdg-utils less which"
short_desc="System for statistical computation and graphics"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2.0-or-later"