summaryrefslogtreecommitdiff
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
commit5d13913f5b44a2e2940a7906f600d5937b47671e (patch)
tree74a37eca478814abf99c0b344d436c0cffd11084
parent0e8a37dbf10a0dcfeeb81e798da604bda76c2cf8 (diff)
downloadpkgsrc-5d13913f5b44a2e2940a7906f600d5937b47671e.tar.gz
Make perl a runtime dependency, it is used by c_rehash. Reported by
Jorge Schrauwen in joyent/pkgsrc#354. Bump PKGREVISION.
-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"