pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-m2crypto Update dependency, it builds with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/433b2bd11236
branches:  trunk
changeset: 538009:433b2bd11236
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jan 24 11:14:26 2008 +0000

description:
Update dependency, it builds with openssl-0.9.8

diffstat:

 security/py-m2crypto/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 52f85149a381 -r 433b2bd11236 security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile     Thu Jan 24 11:10:53 2008 +0000
+++ b/security/py-m2crypto/Makefile     Thu Jan 24 11:14:26 2008 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index