diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-26 16:47:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-26 16:47:02 +0000 |
commit | 1b85bc93327fe20e04dacd558e4b68b8e87cab40 (patch) | |
tree | 7229e877adf880a70b7dabb3af7fa6c66661b721 /security/py-oauthlib | |
parent | - Update to 0.16.1 (diff) |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva
Notes
Notes:
svn path=/head/; revision=387491
Diffstat (limited to 'security/py-oauthlib')
-rw-r--r-- | security/py-oauthlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 9f06123db067..bfdd3f7602c8 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -39,7 +39,7 @@ USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 300 +.if ${PYTHON_REL} < 3000 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 .endif |