Remove superfluous Makefile variable assignment modifiers in slave ports
This commit is contained in:
parent
0463f581a8
commit
f80df8c9fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442842
@ -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
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user