aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index efc3a4e0d1df..d4435f98b72f 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -111,7 +111,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if defined(WITH_PERL) || (exists(${PERL5}) && (!defined(WITHOUT_PERL))
+.if defined(WITH_PERL) || (exists(${PERL5}) && (!defined(WITHOUT_PERL)))
USE_PERL5= yes
CONFIGURE_ENV+= PERL=${PERL5}
.else