summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-06-02 07:47:46 +0000
committerjperkin <jperkin@pkgsrc.org>2016-06-02 07:47:46 +0000
commit3ef4572007464847d635992fafe57d1e84fe55f5 (patch)
tree8d3090924dc6148c19445b7c04a88f765c27e1a6 /security
parentaa028ddeb0b2f206e6c5446b7eec6ac68836346c (diff)
downloadpkgsrc-3ef4572007464847d635992fafe57d1e84fe55f5.tar.gz
Make perl a runtime dependency, it is used by c_rehash. Reported by
Jorge Schrauwen in joyent/pkgsrc#354. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index e3abcce1626..dabaef75c62 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.223 2016/05/03 14:51:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.224 2016/06/02 07:47:46 jperkin Exp $
DISTNAME= openssl-1.0.2h
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.openssl.org/source/
@@ -17,10 +18,7 @@ BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
USE_GCC_RUNTIME= yes
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
-
-USE_TOOLS+= fgrep gmake perl
+USE_TOOLS+= fgrep gmake perl:run
BUILD_TARGET= depend all
TEST_TARGET= tests
MAKE_JOBS_SAFE= no
@@ -32,6 +30,8 @@ CONFIGURE_ARGS+= --install_prefix=${DESTDIR}
CONFIGURE_ARGS+= --openssldir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= shared no-fips
+.include "../../mk/compiler.mk"
+
# Avoid dependency on 'makedepend' on platforms where the default CC is set
# to 'cc' not 'gcc' in boostrap-mk-files. OpenSSL only supports the latter.
.if ${PKGSRC_COMPILER} == "gcc" && ${CC} == "cc"