diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
commit | 60d8d28f10ee39d258606553f4bfa85dc8ce80da (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /security | |
parent | a8157e15e1626ff14867ace45b06c4329c91d72d (diff) | |
download | pkgsrc-60d8d28f10ee39d258606553f4bfa85dc8ce80da.tar.gz |
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 | ||||
-rw-r--r-- | security/pgp5/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index a49ffa8c393..9dcde79b1bf 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/09/04 00:47:49 itojun Exp $ +# $NetBSD: Makefile,v 1.26 2000/09/05 09:33:16 jlam Exp $ # DISTNAME= openssh-2.2.0p1 @@ -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+= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base BUILD_DEPENDS+= autoreconf:../../devel/autoconf # Check for a usable installed version of OpenSSL. Version must be greater diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index fb5f2327b2c..4e9bdbf970f 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/28 09:14:51 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/09/05 09:33:16 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= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base RESTRICTED= "Cryptographic software" NO_SRC_ON_FTP= ${RESTRICTED} |