summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-13 21:52:10 +0000
committerwiz <wiz>2006-02-13 21:52:10 +0000
commit8afdede0557c3776389625c2220247ef9e64fa1c (patch)
tree00b8b811e5f1b0f65150f1d73cea775d483cf669 /security
parent402476bb20ec17a646a35ac01023e70b54142049 (diff)
downloadpkgsrc-8afdede0557c3776389625c2220247ef9e64fa1c.tar.gz
Allow nb versions of openssl-0.9.7i too.
Diffstat (limited to 'security')
-rw-r--r--security/py-m2crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 0a44ac1a050..aa86a854397 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:46 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/13 21:52:10 wiz Exp $
#
DISTNAME= m2crypto-0.13
@@ -22,7 +22,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
# it seems, and 0.9.7i is the version which currently is
# in pkgsrc and against which I fixed m2crypto to compile.
# -- wiz 20060115
-BUILDLINK_DEPENDS.openssl+= openssl-0.9.7i
+BUILDLINK_DEPENDS.openssl+= openssl-0.9.7i{,nb*}
.include "../../lang/python/extension.mk"
.include "../../devel/swig/buildlink3.mk"