diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
commit | bb3a9554989d91ee874bae222350289ea4d889d0 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /security/openssh | |
parent | 4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff) | |
download | pkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 7e01b9ffdc1..dd535da9364 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/08/18 22:46:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/28 09:14:51 jlam Exp $ # DISTNAME= openssh-2.1.1p4 @@ -16,7 +16,7 @@ MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/OpenSSH/files MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.com/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 BUILD_DEPENDS+= autoreconf:../../devel/autoconf # Check for a usable installed version of OpenSSL. Version must be greater @@ -44,7 +44,6 @@ CONFLICTS= ssh-[0-9]* ssh6-[0-9]* # retain the following line, for IPv6-ready pkgsrc webpage BUILD_DEFS+= USE_INET6 BUILD_DEFS+= SSH_CONF_DIR -# USE_PERL5= yes RESTRICTED= "Crypto; export-controlled" NO_SRC_ON_FTP= ${RESTRICTED} |