Fix BUILD_DEPENDS.
PR: ports/79952 Submitted by: maintainer
This commit is contained in:
parent
7e7614fa9d
commit
84297c7284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133408
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= twistedXish
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://twistedmatrix.com/downloads/Xish/0.1/ \
|
||||
http://tmrc.mit.edu/mirror/twisted/Xish/0.1/
|
||||
|
@ -16,7 +17,8 @@ DISTNAME= TwistedXish-${PORTVERSION}
|
|||
MAINTAINER= neal@nelson.name
|
||||
COMMENT= Twisted Xish is XML-ish
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/TwistedXish-${PORTVERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue