summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmc <jmc>2003-08-04 17:27:06 +0000
committerjmc <jmc>2003-08-04 17:27:06 +0000
commit4e7981f6f29c770c422d7af515d7436fba82e3eb (patch)
treef88bf2a5601e004e8b00924a06bfd1847e932474 /security
parentaa8269cb38ec7795122dbec4b30caf018a552bee (diff)
downloadpkgsrc-4e7981f6f29c770c422d7af515d7436fba82e3eb.tar.gz
Typo in use of USE_OPENSSL_VERSION.
Diffstat (limited to 'security')
-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"