From 1b85bc93327fe20e04dacd558e4b68b8e87cab40 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 26 May 2015 16:47:02 +0000 Subject: 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 --- security/py-oauthlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/py-oauthlib') 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 -.if ${PYTHON_REL} < 300 +.if ${PYTHON_REL} < 3000 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 .endif -- cgit v1.2.3