Index: head/security/py3-cryptography/Makefile =================================================================== --- head/security/py3-cryptography/Makefile (revision 442841) +++ head/security/py3-cryptography/Makefile (revision 442842) @@ -1,14 +1,14 @@ # Created by: Ben Woods # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-cryptography -BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py3-cffi -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py3-six \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py3-cffi +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py3-six \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py3-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py3-cffi \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py3-idna USES= python:3.3+ ssl .include "${MASTERDIR}/Makefile" Index: head/security/py3-openssl/Makefile =================================================================== --- head/security/py3-openssl/Makefile (revision 442841) +++ head/security/py3-openssl/Makefile (revision 442842) @@ -1,11 +1,11 @@ # Created by: Ben Woods # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-openssl -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py3-cryptography \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py3-cryptography \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py3-six USES= cpe python:3.3+ .include "${MASTERDIR}/Makefile"