Commit d38eae32 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add readline dependency to R

parent 7c421258
...@@ -5,6 +5,8 @@ class R < Package ...@@ -5,6 +5,8 @@ class R < Package
source_url 'https://cran.rstudio.com/src/base/R-3/R-3.3.2.tar.gz' source_url 'https://cran.rstudio.com/src/base/R-3/R-3.3.2.tar.gz'
source_sha1 '0e39e9c2d28fe6bab9c55ca23e08ba8727fd2fca' source_sha1 '0e39e9c2d28fe6bab9c55ca23e08ba8727fd2fca'
depends_on 'readline'
def self.build def self.build
system './configure', system './configure',
'--with-x=no' # X is not available '--with-x=no' # X is not available
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment