diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-09 01:01:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-09 01:01:00 +0000 |
commit | 59f815a830f4fd70927722e56251778eebbda150 (patch) | |
tree | 781b86452e3e2259ded03df5c78a06a1ab4cb146 /security/py-m2crypto | |
parent | 4802f55b2653a446f67354b94ebd37ef2e6ea028 (diff) |
Notes
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index c97e0090bf5f..d3cc36be763c 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -19,7 +19,7 @@ COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 USE_OPENSSL= yes -USE_PYTHON= 2.5+ +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}" PYDISTUTILS_PKGNAME= M2Crypto |