diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:22:18 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:22:18 +0000 |
commit | d063f7d7d8ef04bc678d7c8ac8186ca776ed88e3 (patch) | |
tree | 0091f7443971481f8890f67b7fc89d43bd2c3741 /mail/py-twistedMail | |
parent | bb8aa8e88beeae0a01e58be1121e7af391b8365c (diff) |
- Fix BUILD_DEPENDS.
PR: ports/79954
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=133410
Diffstat (limited to 'mail/py-twistedMail')
-rw-r--r-- | mail/py-twistedMail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |