summaryrefslogtreecommitdiff
path: root/security/py-m2crypto
diff options
context:
space:
mode:
authorrecht <recht>2004-05-05 08:59:31 +0000
committerrecht <recht>2004-05-05 08:59:31 +0000
commitb9035d22d2cdbaf88403d8337c78728538842072 (patch)
tree18ba44822d4c846ceb3b31e6aa04d758d391c906 /security/py-m2crypto
parente87428fcb074f1af83c1ac38cbe71fde5b71e1a5 (diff)
downloadpkgsrc-b9035d22d2cdbaf88403d8337c78728538842072.tar.gz
bl3ify and also allow Python 2.3-pth to be used
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r--security/py-m2crypto/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 0d52344c6a3..870140d20b9 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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"