diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 9e93ace7b5bf..860ebb52b63c 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -33,8 +33,10 @@ LDFLAGS+= -L${OPENSSLLIB} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress .endif -.if ${PYTHON_REL} < 3400 +.if ${PYTHON_REL} < 3300 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.elif ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py3-enum34 .endif post-install: