pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl Add build dependency on p5-Perl4-Core...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f62341bfaf5
branches:  trunk
changeset: 609523:7f62341bfaf5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 05 09:36:31 2012 +0000

description:
Add build dependency on p5-Perl4-CoreLibs, needed since a script
uses find.pl.
Reported by Jörn Clausen in PR 47036.

diffstat:

 security/openssl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 4961ccecf605 -r 7f62341bfaf5 security/openssl/Makefile
--- a/security/openssl/Makefile Fri Oct 05 09:35:52 2012 +0000
+++ b/security/openssl/Makefile Fri Oct 05 09:36:31 2012 +0000
@@ -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 @@
 PKGREVISION=   1
 SVR4_PKGNAME=  ossl
 CATEGORIES=    security
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.openssl.org/
 COMMENT=       Secure Socket Layer and cryptographic library
@@ -35,6 +36,8 @@
 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"
 



Home | Main Index | Thread Index | Old Index