diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/pgp5/Makefile | 4 | ||||
-rw-r--r-- | security/zebedee/Makefile | 5 |
4 files changed, 8 insertions, 9 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 87c099b1ced..36246b57a1f 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2002/06/28 18:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.84 2002/07/24 19:45:26 jlam Exp $ DISTNAME= openssh-3.4p1 PKGNAME= openssh-3.4.0.1 @@ -17,7 +17,7 @@ COMMENT= Open Source Secure shell client and server (remote login program) CONFLICTS= sftp-[0-9]* CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build # 0.9.5a can be used, with blowfish support broken. so require 0.9.6. USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 27b72915c24..06902ba4c74 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2002/05/08 11:44:51 kleink Exp $ +# $NetBSD: Makefile,v 1.51 2002/07/24 19:45:27 jlam Exp $ DISTNAME= openssl-0.9.6 PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* base64-[0-9]* \ glimpse-[0-9] diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index c632c049d3d..7534eb39fa0 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/03/14 12:35:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/24 19:45:27 jlam Exp $ # DISTNAME= pgp50i-unix-src @@ -18,7 +18,7 @@ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.pgpi.com/ COMMENT= Public-Key encryption and digital signature utility -BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile index 01dfbe436be..79957e5cf20 100644 --- a/security/zebedee/Makefile +++ b/security/zebedee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/05/12 10:16:50 abs Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/24 19:45:27 jlam Exp $ # DISTNAME= zebedee-2.3.1 @@ -10,8 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.winton.org.uk/zebedee/ COMMENT= Simple tunneling program for TCP or UDP with encryption -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 - +USE_PERL5= build USE_GMAKE= # defined USE_BUILDLINK_ONLY= # defined |