mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Fix variable assignment of RUN_DEPENDS.
Pointed out by: adamw
This commit is contained in:
parent
3b38875bc7
commit
5dd4c15129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382248
@ -17,7 +17,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
${PYTHON_PKGNAMEPREFIX}dpkt>0:${PORTSDIR}/net/py-dpkt \
|
||||
${PYTHON_PKGNAMEPREFIX}ipy>0:${PORTSDIR}/net-mgmt/py-ipy \
|
||||
${PYTHON_PKGNAMEPREFIX}pypcap>0:${PORTSDIR}/net/py-pypcap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GITHUB= yes
|
||||
USES= python
|
||||
|
Loading…
Reference in New Issue
Block a user