diff options
-rw-r--r-- | databases/py-tada/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-tada/Makefile b/databases/py-tada/Makefile index 33e0a4f250cc..943afad6bb80 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 |