From d063f7d7d8ef04bc678d7c8ac8186ca776ed88e3 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Fri, 15 Apr 2005 11:22:18 +0000 Subject: - Fix BUILD_DEPENDS. PR: ports/79954 Submitted by: maintainer --- mail/py-twistedMail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/py-twistedMail') diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile index 9ed355bc0cb1..60084458748d 100644 --- a/mail/py-twistedMail/Makefile +++ b/mail/py-twistedMail/Makefile @@ -7,6 +7,7 @@ PORTNAME= twistedMail PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= mail devel python MASTER_SITES= http://twistedmatrix.com/downloads/Mail/0.1/ \ http://tmrc.mit.edu/mirror/twisted/Mail/0.1/ @@ -16,8 +17,9 @@ DISTNAME= TwistedMail-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An SMTP, IMAP and POP protocol implementation with clients and servers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_SITELIBDIR}/twisted/names:${PORTSDIR}/dns/py-twistedNames +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedMail-${PORTVERSION} -- cgit v1.2.3