diff options
author | recht <recht@pkgsrc.org> | 2004-05-05 08:59:31 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-05 08:59:31 +0000 |
commit | 961088c1c0cd430e9ae1e63c6337d76e298b5be9 (patch) | |
tree | 18ba44822d4c846ceb3b31e6aa04d758d391c906 /security | |
parent | 5abaef8125e562f9d3bc7212cc71b6983a73d116 (diff) | |
download | pkgsrc-961088c1c0cd430e9ae1e63c6337d76e298b5be9.tar.gz |
bl3ify and also allow Python 2.3-pth to be used
Diffstat (limited to 'security')
-rw-r--r-- | security/py-m2crypto/Makefile | 10 |
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" |