diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-26 18:20:11 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-26 18:20:11 +0000 |
commit | fd9db286ac8686c2db9629ab26a9e29c31e99a1e (patch) | |
tree | dc1d5e5f048944d7fc5f179f6977369e23bc687d /security/scrypt | |
parent | 704fec3cc27bd9a480c1ea0c4659c39e92686ba6 (diff) | |
download | pkgsrc-fd9db286ac8686c2db9629ab26a9e29c31e99a1e.tar.gz |
Bulk build wants openssl
Diffstat (limited to 'security/scrypt')
-rw-r--r-- | security/scrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index e1eb2404428..b6a8213b98f 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/10/17 22:17:47 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2014/02/26 18:20:11 wiedi Exp $ # DISTNAME= scrypt-1.1.6 @@ -13,4 +13,5 @@ LICENSE= 2-clause-bsd GNU_CONFIGURE= yes +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |