diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /net/py-adns | |
parent | Fix build on perl 5.005_03 (diff) |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88581
Diffstat (limited to 'net/py-adns')
-rw-r--r-- | net/py-adns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 934cdd2ecba6..2df297993aec 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -15,7 +15,7 @@ DISTNAME= adns-python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns USE_PYTHON= yes USE_PYDISTUTILS= yes |