From 8fd7e9c34c85750e07a0964430cf504145e4f786 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 5 Oct 2012 09:36:31 +0000 Subject: Add build dependency on p5-Perl4-CoreLibs, needed since a script uses find.pl. Reported by Jörn Clausen in PR 47036. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/openssl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f89449ebffe..9e884f68549 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2012/10/03 21:57:25 wiz Exp $ +# $NetBSD: Makefile,v 1.169 2012/10/05 09:36:31 wiz Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty @@ -24,6 +24,7 @@ MASTER_SITES= ftp://ftp.openssl.org/snapshot/ PKGREVISION= 1 SVR4_PKGNAME= ossl CATEGORIES= security + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library @@ -35,6 +36,8 @@ CRYPTO= yes PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs + .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" -- cgit v1.2.3