summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-05 09:36:31 +0000
committerwiz <wiz@pkgsrc.org>2012-10-05 09:36:31 +0000
commit8fd7e9c34c85750e07a0964430cf504145e4f786 (patch)
tree9b54579e6f36965e7827691740898938cc2ad236 /security
parent3badf6185d6daa256eec92bb1cdba1c062e51d59 (diff)
downloadpkgsrc-8fd7e9c34c85750e07a0964430cf504145e4f786.tar.gz
Add build dependency on p5-Perl4-CoreLibs, needed since a script
uses find.pl. Reported by Jörn Clausen in PR 47036.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile5
1 files changed, 4 insertions, 1 deletions
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"