summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-05 09:36:31 +0000
committerwiz <wiz>2012-10-05 09:36:31 +0000
commit2183ed5359578cde3e58bfff6d80a6cb11ac760e (patch)
tree9b54579e6f36965e7827691740898938cc2ad236 /security/openssl
parentd7e9a000313dceefc74e367f35d3cc7c46f130aa (diff)
downloadpkgsrc-2183ed5359578cde3e58bfff6d80a6cb11ac760e.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/openssl')
-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"