aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/perl5.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Uses/perl5.mk')
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 5baf31536843..230afbcc6b8c 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -70,7 +70,7 @@ PERL_ARCH?= mach
# as "ports/lang: not found"
.if ${PERL_LEVEL} >= 501800
PERL_PORT?= perl5.18
-.if ${PERL_LEVEL} >= 501600
+.elif ${PERL_LEVEL} >= 501600
PERL_PORT?= perl5.16
.elif ${PERL_LEVEL} >= 501400
PERL_PORT?= perl5.14