1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add build and run dependency from twistedCore directly untill

USE_TWISTED_RUN and USE_TWISTED_BUILD will be implemented in
bsd.python.mk.

Reported by:	krismail
This commit is contained in:
Vsevolod Stakhov 2005-09-21 09:33:18 +00:00
parent 94184f9760
commit e082c4eebf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143273

View File

@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= clive@darkarts.co.za
COMMENT= Twisted Asynchronous Database API
USE_TWISTED= yes
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes