summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-04 21:41:20 +0000
committerjoerg <joerg>2014-11-04 21:41:20 +0000
commitf3a735270ab031a88a21f85a022351a7dbfd164f (patch)
treee21887f47e03fd44d7efbbca5ba2aa009a3ea26a /security
parent34490770cb8fb3f1907132eb133dc4ae7bb45485 (diff)
downloadpkgsrc-f3a735270ab031a88a21f85a022351a7dbfd164f.tar.gz
Add missing dependency for the cffi use.
Diffstat (limited to 'security')
-rw-r--r--security/py-bcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index f8dc7b2b52f..ea57e0d04c0 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/03 02:27:10 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/04 21:41:20 joerg Exp $
DISTNAME= bcrypt-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Modern password hashing for your software and your servers
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
.include "options.mk"