diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-30 04:16:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-30 04:16:08 +0000 |
commit | d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201 (patch) | |
tree | 4df1f1abf992be64492c3e2b45175d328bd55bb6 /security | |
parent | 1edfee944f892b4e82824d22d8bd2666875da6d9 (diff) | |
download | pkgsrc-d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201.tar.gz |
Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 916cd938b1b..35b906fbd26 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2001/04/16 03:03:07 tron Exp $ +# $NetBSD: Makefile,v 1.48 2001/04/30 04:16:11 jlam Exp $ DISTNAME= openssh-2.5.2p2 CATEGORIES= security @@ -14,7 +14,7 @@ COMMENT= Open Source Secure shell client and server (remote login program) CONFLICTS= sftp-* -BUILD_DEPENDS+= perl-5.*:../../lang/perl5 +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf CRYPTO= yes diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 36e4212a83b..b143037033d 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2001/04/17 23:32:34 itojun Exp $ +# $NetBSD: Makefile,v 1.39 2001/04/30 04:16:11 jlam Exp $ DISTNAME= openssl-0.9.6 CATEGORIES= security @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library -BUILD_DEPENDS+= perl-5.*:../../lang/perl5 +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 CONFLICTS= SSLeay-* ssleay-* base64-* diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index bdd4730d2d9..c4d69e6c1fd 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/04/11 21:49:16 jtb Exp $ +# $NetBSD: Makefile,v 1.15 2001/04/30 04:16:11 jlam Exp $ # DISTNAME= pgp50i-unix-src @@ -18,7 +18,7 @@ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.pgpi.com/ COMMENT= New, international, Public-Key encryption and digital signature utility -BUILD_DEPENDS= perl-5.*:../../lang/perl5 +BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 CONFLICTS= pgraf-* # Both have a `pgps' executable |