diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-23 20:52:28 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-23 20:52:28 +0800 |
commit | ff6862b83fbae0be492a22128a10df319fba6a47 (patch) | |
tree | 936f95e468f31e708d3b58fa36fa1d9b9af70c27 /security | |
parent | 118d16d1de0d71492a70dd2b1f8b06d8545be7b2 (diff) | |
download | freebsd-ports-gnome-ff6862b83fbae0be492a22128a10df319fba6a47.tar.gz freebsd-ports-gnome-ff6862b83fbae0be492a22128a10df319fba6a47.tar.zst freebsd-ports-gnome-ff6862b83fbae0be492a22128a10df319fba6a47.zip |
- Add USE_PERL5_BUILD
PR: ports/163414
Submitted by: portmgr (pav)
Approved by: gabor (mentor)
Diffstat (limited to 'security')
-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 \ |