diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 19:21:05 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 19:21:05 +0800 |
commit | b0cc61ff8aaf5417848c35b9a6f877fe03c9aa09 (patch) | |
tree | 73120f0045b0d9679e9a258df91bf2be04867681 /dns | |
parent | 36b2c96615c2f09a6fe170495249dbe10fdef5e4 (diff) | |
download | freebsd-ports-gnome-b0cc61ff8aaf5417848c35b9a6f877fe03c9aa09.tar.gz freebsd-ports-gnome-b0cc61ff8aaf5417848c35b9a6f877fe03c9aa09.tar.zst freebsd-ports-gnome-b0cc61ff8aaf5417848c35b9a6f877fe03c9aa09.zip |
- Fix BUILD_DEPENDS.
PR: ports/79953
Submitted by: maintainer
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-twistedNames/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index b27bd617da71..34de9c3fda48 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -7,6 +7,7 @@ PORTNAME= twistedNames PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= dns devel python MASTER_SITES= http://twistedmatrix.com/downloads/Names/0.1/ \ http://tmrc.mit.edu/mirror/twisted/Names/0.2/ @@ -16,7 +17,8 @@ DISTNAME= TwistedNames-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= A DNS protocol implementation with client and server -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedNames-${PORTVERSION} |