diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-03-23 12:48:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-03-23 12:48:27 +0800 |
commit | 3f9b1bfbdf58f032f95a9b101c295c68ab8bc72b (patch) | |
tree | 30b52dbeafdf2e252929fdb99144d10ee45ecf4a /security/openssh-portable/Makefile | |
parent | a8c372ca43190296d3899299405d670c9b4d30fb (diff) | |
download | freebsd-ports-gnome-3f9b1bfbdf58f032f95a9b101c295c68ab8bc72b.tar.gz freebsd-ports-gnome-3f9b1bfbdf58f032f95a9b101c295c68ab8bc72b.tar.zst freebsd-ports-gnome-3f9b1bfbdf58f032f95a9b101c295c68ab8bc72b.zip |
- add USE_PERL5_BUILD
Diffstat (limited to 'security/openssh-portable/Makefile')
-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 d870ac5ddebc..f07fdbf2c24d 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -23,6 +23,7 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto GNU_CONFIGURE= yes +USE_PERL5_BUILD= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --with-md5-passwords PRECIOUS= ssh_config sshd_config \ ssh_host_key ssh_host_key.pub \ |