pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl security/openssl: USE_TOOLS+= makedepend



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66638f1f193c
branches:  trunk
changeset: 355617:66638f1f193c
user:      marino <marino%pkgsrc.org@localhost>
date:      Tue Dec 06 18:18:54 2016 +0000

description:
security/openssl: USE_TOOLS+= makedepend

solves:
=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Building for openssl-1.0.2jnb1
making depend in crypto...
gmake[1]: Entering directory '/construction/security/openssl/work/openssl-1.0.2j/crypto'
../util/domd: makedepend: not found

diffstat:

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

diffs (18 lines):

diff -r 421f70dd5aab -r 66638f1f193c security/openssl/Makefile
--- a/security/openssl/Makefile Tue Dec 06 15:22:02 2016 +0000
+++ b/security/openssl/Makefile Tue Dec 06 18:18:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2016/10/03 11:55:11 wiz Exp $
+# $NetBSD: Makefile,v 1.229 2016/12/06 18:18:54 marino Exp $
 
 DISTNAME=      openssl-1.0.2j
 PKGREVISION=   1
@@ -18,7 +18,7 @@
 
 USE_GCC_RUNTIME=       yes
 
-USE_TOOLS+=            fgrep gmake perl:run
+USE_TOOLS+=            fgrep gmake makedepend perl:run
 BUILD_TARGET=          depend all
 TEST_TARGET=           tests
 MAKE_JOBS_SAFE=                no



Home | Main Index | Thread Index | Old Index