summaryrefslogtreecommitdiffstats
path: root/databases/py-tada
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2005-09-21 09:33:18 +0000
committervsevolod <vsevolod@FreeBSD.org>2005-09-21 09:33:18 +0000
commite0c0b3680b0f8c4be2dc3bf53f85e6a2bb9017b8 (patch)
tree466742f8886f1716e62220144c691abc6445995e /databases/py-tada
parentc3659b470c3cca3affd327235397d0a0bca7b702 (diff)
downloadFreeBSD-ports-e0c0b3680b0f8c4be2dc3bf53f85e6a2bb9017b8.zip
FreeBSD-ports-e0c0b3680b0f8c4be2dc3bf53f85e6a2bb9017b8.tar.gz
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
Diffstat (limited to 'databases/py-tada')
-rw-r--r--databases/py-tada/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-tada/Makefile b/databases/py-tada/Makefile
index 33e0a4f..943afad 100644
--- a/databases/py-tada/Makefile
+++ b/databases/py-tada/Makefile
@@ -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
OpenPOWER on IntegriCloud