summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-11 04:14:04 +0000
committerjlam <jlam@pkgsrc.org>2003-09-11 04:14:04 +0000
commit83ee477d18bd669d0ea567d0e017e281183627b7 (patch)
tree7b9b2f51acf39beffad8d9973168018308c4d037 /security/py-m2crypto/Makefile
parent3fff0e5495287fac16906e1afb4fb3728fa11abd (diff)
downloadpkgsrc-83ee477d18bd669d0ea567d0e017e281183627b7.tar.gz
Change USE_OPENSSL_VERSION into equivalent BUILDLINK_DEPENDS.openssl.
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r--security/py-m2crypto/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 5ab7dfb6832..55c87686ddd 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/08/04 17:27:06 jmc Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/11 04:14:04 jlam Exp $
#
DISTNAME= m2crypto-0.11
@@ -11,10 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.post1.com/home/ngps/m2/
COMMENT= Crypto and SSL toolkit for Python
-USE_BUILDLINK2= yes
-PYDISTUTILSPKG= yes
+USE_BUILDLINK2= yes
+PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 22pth 21pth
-USE_OPENSSL_VERSION= ${OPENSSL_VERSION_097B}
+
+BUILDLINK_DEPENDS.openssl= openssl>=0.9.7b
.include "../../lang/python/extension.mk"
.include "../../devel/swig-build/buildlink2.mk"