diff options
-rw-r--r-- | security/py-bcrypt/Makefile | 3 |
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" |