From d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 30 Apr 2001 04:16:08 +0000 Subject: Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change dependency from libperl-5.* to libperl>=${PERL5_REQD}. --- security/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/openssl') 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-* -- cgit v1.2.3