diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-24 11:14:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-24 11:14:26 +0000 |
commit | e7a9a2bf1a51d3b976dcc661b1ffcd5fdc0d10ac (patch) | |
tree | 2a025a25ee1df0cab37932947e03fbace8fb257e /security/py-m2crypto | |
parent | 9d74e6347613fd82ded213096aad8128acd0416d (diff) | |
download | pkgsrc-e7a9a2bf1a51d3b976dcc661b1ffcd5fdc0d10ac.tar.gz |
Update dependency, it builds with openssl-0.9.8
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index f96428a47ca..a0cde8bf4d8 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/01/18 05:09:41 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2008/01/24 11:14:26 tnn 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_API_DEPENDS.openssl+= openssl-0.9.7i{,nb*} +BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*} .include "../../lang/python/extension.mk" .include "../../devel/swig/buildlink3.mk" |