diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 19:22:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 19:22:18 +0800 |
commit | e0801cceaa3ec4c90068f4084e89dbe495920090 (patch) | |
tree | ba28ecac6c088d44d5d8cad07a45380ead81b8c2 | |
parent | b0cc61ff8aaf5417848c35b9a6f877fe03c9aa09 (diff) | |
download | freebsd-ports-gnome-e0801cceaa3ec4c90068f4084e89dbe495920090.tar.gz freebsd-ports-gnome-e0801cceaa3ec4c90068f4084e89dbe495920090.tar.zst freebsd-ports-gnome-e0801cceaa3ec4c90068f4084e89dbe495920090.zip |
- Fix BUILD_DEPENDS.
PR: ports/79954
Submitted by: maintainer
-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} |