aboutsummaryrefslogtreecommitdiff
path: root/security/py3-cryptography
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-06-07 14:37:28 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-06-07 14:37:28 +0000
commitf80df8c9fde69643835cf57c15b055a1a3cb5b84 (patch)
treeea2cdc288bfe06cec463cfc85008aeccde57ab5f /security/py3-cryptography
parent0463f581a85a01e42e198bb1b33e35bf754c0095 (diff)
downloadports-f80df8c9fde69643835cf57c15b055a1a3cb5b84.tar.gz
ports-f80df8c9fde69643835cf57c15b055a1a3cb5b84.zip
Remove superfluous Makefile variable assignment modifiers in slave ports
Notes
Notes: svn path=/head/; revision=442842
Diffstat (limited to 'security/py3-cryptography')
-rw-r--r--security/py3-cryptography/Makefile4
1 files changed, 2 insertions, 2 deletions
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