pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-m2crypto Allow nb versions of openssl-0.9....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62b3917560c2
branches:  trunk
changeset: 508060:62b3917560c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 13 21:52:10 2006 +0000

description:
Allow nb versions of openssl-0.9.7i too.

diffstat:

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

diffs (18 lines):

diff -r 5938c7c347a6 -r 62b3917560c2 security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile     Mon Feb 13 21:12:55 2006 +0000
+++ b/security/py-m2crypto/Makefile     Mon Feb 13 21:52:10 2006 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index