icedtea: change jdk dependency to java (#43323)
This commit is contained in:
parent
8e89e61402
commit
7666046ce3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Icedtea(AutotoolsPackage):
|
|||
depends_on("pkgconfig", type="build")
|
||||
depends_on("gmake", type="build")
|
||||
depends_on("cups")
|
||||
depends_on("jdk", type="build")
|
||||
depends_on("java", type="build")
|
||||
# X11 deps required for building even when headless
|
||||
depends_on("libx11", when="~X", type="build")
|
||||
depends_on("xproto", when="~X", type="build")
|
||||
|
|
Loading…
Reference in a new issue