Fix r package, tk no longer has an X variant (#3544)
Tk recently lost its X variant (it now always uses X). That broke r, this commit fixes it. Tested on CentOS 7.
This commit is contained in:
parent
08799eac23
commit
b5acd5e44b
@ -75,8 +75,6 @@ class R(AutotoolsPackage):
|
||||
depends_on('freetype')
|
||||
depends_on('tcl')
|
||||
depends_on('tk')
|
||||
depends_on('tk+X', when='+X')
|
||||
depends_on('tk~X', when='~X')
|
||||
depends_on('libx11', when='+X')
|
||||
depends_on('libxt', when='+X')
|
||||
depends_on('curl')
|
||||
|
Loading…
Reference in New Issue
Block a user