aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cryptography
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-05-27 00:47:02 +0800
committerantoine <antoine@FreeBSD.org>2015-05-27 00:47:02 +0800
commitc876321e566d337f0d65aec1ba5f13416139fb1e (patch)
tree7229e877adf880a70b7dabb3af7fa6c66661b721 /security/py-cryptography
parent2eed36e21821defba5b99dd6a0eab524d1f0a58a (diff)
downloadfreebsd-ports-gnome-c876321e566d337f0d65aec1ba5f13416139fb1e.tar.gz
freebsd-ports-gnome-c876321e566d337f0d65aec1ba5f13416139fb1e.tar.zst
freebsd-ports-gnome-c876321e566d337f0d65aec1ba5f13416139fb1e.zip
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
Diffstat (limited to 'security/py-cryptography')
-rw-r--r--security/py-cryptography/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 2125d1d2463a..704d3b4047e1 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -29,7 +29,7 @@ LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 340
+.if ${PYTHON_REL} < 3400
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
.endif