summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-26 18:20:11 +0000
committerwiedi <wiedi>2014-02-26 18:20:11 +0000
commitc1392bd8e36c10b20cf441547cad2fcb0a924e40 (patch)
treedc1d5e5f048944d7fc5f179f6977369e23bc687d /security
parent235d5d7827433a967f97c98707bad2b91fc63e6a (diff)
downloadpkgsrc-c1392bd8e36c10b20cf441547cad2fcb0a924e40.tar.gz
Bulk build wants openssl
Diffstat (limited to 'security')
-rw-r--r--security/scrypt/Makefile3
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"