diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-09 09:01:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-09 09:01:00 +0800 |
commit | 89a60c77f2726bee8eb4940e777ec6d751c3da68 (patch) | |
tree | d0e48cc20f37df47fd1ffa1537baf5fe071808ae /security/py-m2crypto | |
parent | 1f19b2dd9bd2f1c97360ac8bd9b3ab79570e8c25 (diff) | |
download | freebsd-ports-gnome-89a60c77f2726bee8eb4940e777ec6d751c3da68.tar.gz freebsd-ports-gnome-89a60c77f2726bee8eb4940e777ec6d751c3da68.tar.zst freebsd-ports-gnome-89a60c77f2726bee8eb4940e777ec6d751c3da68.zip |
- Restrict USE_PYTHON range
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 |