mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Add missing py-twisted* dependencies to RUN_DEPENDS
PR: ports/156017 Submitted by: Graig Whipp <crwhipp at gmail.com> Approved by: Terry Sposato <tabmow at freenode.net> (maintainer)
This commit is contained in:
parent
812b152f26
commit
b87d0b7750
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272998
1 changed files with 5 additions and 0 deletions
|
@ -19,7 +19,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
NO_BUILD= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/web/__init__.py:${PORTSDIR}/www/py-twistedWeb
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/mail/__init__.py:${PORTSDIR}/mail/py-twistedMail
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/py-twistedWords
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/names/__init__.py:${PORTSDIR}/dns/py-twistedNames
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/conch/__init__.py:${PORTSDIR}/security/py-twistedConch
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue