pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-m2crypto bl3ify and also allow Python 2.3-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1770cb3ba44e
branches: trunk
changeset: 474780:1770cb3ba44e
user: recht <recht%pkgsrc.org@localhost>
date: Wed May 05 08:59:31 2004 +0000
description:
bl3ify and also allow Python 2.3-pth to be used
diffstat:
security/py-m2crypto/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 19e32249a0a1 -r 1770cb3ba44e security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile Wed May 05 08:30:04 2004 +0000
+++ b/security/py-m2crypto/Makefile Wed May 05 08:59:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/05 08:59:31 recht Exp $
#
DISTNAME= m2crypto-0.12
@@ -12,13 +12,13 @@
HOMEPAGE= http://sandbox.rulemaker.net/ngps/m2/
COMMENT= Crypto and SSL toolkit for Python
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 22pth 21pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
BUILDLINK_DEPENDS.openssl= openssl>=0.9.7b
.include "../../lang/python/extension.mk"
-.include "../../devel/swig-build/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../devel/swig-build/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index