From f80df8c9fde69643835cf57c15b055a1a3cb5b84 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Wed, 7 Jun 2017 14:37:28 +0000 Subject: Remove superfluous Makefile variable assignment modifiers in slave ports --- security/py3-cryptography/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/py3-cryptography') diff --git a/security/py3-cryptography/Makefile b/security/py3-cryptography/Makefile index f2074298699d..7a91f24d21f2 100644 --- a/security/py3-cryptography/Makefile +++ b/security/py3-cryptography/Makefile @@ -3,8 +3,8 @@ 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 -- cgit v1.2.3