summaryrefslogtreecommitdiff
path: root/security/py-m2crypto
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-08-04 17:27:06 +0000
committerjmc <jmc@pkgsrc.org>2003-08-04 17:27:06 +0000
commit03003b05e46cc6e0f351fcb0d96a9f3b64467486 (patch)
tree48387cf668788684a4e3f7a9ea697c8a4405a9ba /security/py-m2crypto
parent3e8fe031121e343b35c1c6a68a15bd6277ae3943 (diff)
downloadpkgsrc-03003b05e46cc6e0f351fcb0d96a9f3b64467486.tar.gz
Typo in use of USE_OPENSSL_VERSION.
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r--security/py-m2crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index cdc934f5a45..5ab7dfb6832 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/08/01 14:00:07 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2003/08/04 17:27:06 jmc Exp $
#
DISTNAME= m2crypto-0.11
@@ -14,7 +14,7 @@ COMMENT= Crypto and SSL toolkit for Python
USE_BUILDLINK2= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 22pth 21pth
-USE_OPENSSL_VERSION= OPENSSL_VERSION_097B
+USE_OPENSSL_VERSION= ${OPENSSL_VERSION_097B}
.include "../../lang/python/extension.mk"
.include "../../devel/swig-build/buildlink2.mk"