perl: add missing gmake dependency (#41210)
This commit is contained in:
parent
6ac23545ec
commit
efa316aafa
@ -119,6 +119,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
|
|||||||
extendable = True
|
extendable = True
|
||||||
|
|
||||||
if sys.platform != "win32":
|
if sys.platform != "win32":
|
||||||
|
depends_on("gmake", type="build")
|
||||||
depends_on("gdbm@:1.23")
|
depends_on("gdbm@:1.23")
|
||||||
# Bind us below gdbm-1.20 due to API change: https://github.com/Perl/perl5/issues/18915
|
# Bind us below gdbm-1.20 due to API change: https://github.com/Perl/perl5/issues/18915
|
||||||
depends_on("gdbm@:1.19", when="@:5.35")
|
depends_on("gdbm@:1.19", when="@:5.35")
|
||||||
|
Loading…
Reference in New Issue
Block a user