diff options
author | marino <marino@pkgsrc.org> | 2016-12-06 18:18:54 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-06 18:18:54 +0000 |
commit | 8d8c7954c8bc673d5494b0286115f7b4532f7e3f (patch) | |
tree | 110483f8614190cdf36b47e140323aca337fabdc /security | |
parent | 95b027cab71de6f30c7a85ef43cf73a46f077a4f (diff) | |
download | pkgsrc-8d8c7954c8bc673d5494b0286115f7b4532f7e3f.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 4b816173792..200ff60df0c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -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 @@ BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs 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 |