actually trigger a build...

This commit is contained in:
Harmen Stoppels
2024-05-01 18:33:34 +02:00
parent 09c6243d45
commit 56ca5b253a

View File

@@ -122,7 +122,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
extendable = True
if sys.platform != "win32":
depends_on("gmake", type="build", when="@5:")
depends_on("gmake@4.3", type="build")
depends_on("gdbm@:1.23")
# 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")