aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-19 16:32:03 +0800
committerflz <flz@FreeBSD.org>2005-04-19 16:32:03 +0800
commit89b9654eb58918d6670b8227fcf4beee377cfccb (patch)
treeccdb62fc143b0980084ba449a42738ed58115470 /devel
parent472705343fe7aa798ae3374e9ce9b05be8ead012 (diff)
downloadfreebsd-ports-gnome-89b9654eb58918d6670b8227fcf4beee377cfccb.tar.gz
freebsd-ports-gnome-89b9654eb58918d6670b8227fcf4beee377cfccb.tar.zst
freebsd-ports-gnome-89b9654eb58918d6670b8227fcf4beee377cfccb.zip
- Fix BUILD_DEPENDS.
Reported by: krismail
Diffstat (limited to 'devel')
-rw-r--r--devel/py-twistedCore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile
index a231fef9558a..77a3413640a0 100644
--- a/devel/py-twistedCore/Makefile
+++ b/devel/py-twistedCore/Makefile
@@ -17,7 +17,8 @@ DISTNAME= Twisted-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= An asynchronous networking framework for Python - Core module
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface
+RUN_DEPENDS= ${BUILD_DEPENDS}
CONFLICTS= py-twisted-[0-9]*