Commit c759744e authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #708 from flyingP0tat0/master

Add readline dependency to R
parents 157b6e01 8d5258c3
...@@ -12,6 +12,11 @@ class R < Package ...@@ -12,6 +12,11 @@ class R < Package
depends_on 'zlibpkg' depends_on 'zlibpkg'
depends_on 'xzutils' depends_on 'xzutils'
depends_on 'bz2'
depends_on 'curl'
depends_on 'openssl'
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