diff options
author | jlam <jlam> | 2001-04-30 04:16:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-30 04:16:08 +0000 |
commit | 72f9afa0d572234e7dcc78954d8630a865b027db (patch) | |
tree | 4df1f1abf992be64492c3e2b45175d328bd55bb6 /security/openssl | |
parent | b8ed2f593a1631540db3a8949a51a32f097031ab (diff) | |
download | pkgsrc-72f9afa0d572234e7dcc78954d8630a865b027db.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/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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-* |