diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2011-12-23 12:52:28 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2011-12-23 12:52:28 +0000 |
commit | ffb8909855e0682b29a6c6a48f7bb63ec7d84d5b (patch) | |
tree | 75ad9319002baa425a0f73e35cc8316a1c531259 /security/openssh-portable | |
parent | 2e527816cbc3d98805f52f571c631fae1a6f25aa (diff) |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 9525624b8655..9ca7161e27d8 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -27,6 +27,7 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8 ssh-pkcs11-helper.8 CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* USE_PERL5= yes +USE_PERL5_BUILD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ |