Remove superfluous Makefile variable assignment modifiers in slave ports

This commit is contained in:
Ben Woods 2017-06-07 14:37:28 +00:00
parent 0463f581a8
commit f80df8c9fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442842
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
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+