summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
committerjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
commitbb3a9554989d91ee874bae222350289ea4d889d0 (patch)
tree6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /security
parent4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff)
downloadpkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile5
-rw-r--r--security/pgp5/Makefile4
2 files changed, 4 insertions, 5 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}
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index a0a4defe59b..fb5f2327b2c 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:49 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/28 09:14:51 jlam Exp $
#
DISTNAME= pgp50i-unix-src
@@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \
MAINTAINER= mjl@netbsd.org
HOMEPAGE= http://www.pgpi.com/
-BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5
RESTRICTED= "Cryptographic software"
NO_SRC_ON_FTP= ${RESTRICTED}