diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | ceff32bcc316a64e9670d27cac3756c938c4ee86 (patch) | |
tree | f903034d96611387c8ea48c1a597e6fe760c51f2 /dns/fastresolve | |
parent | fe0814ceee24f208469570b9c55f04a54739392d (diff) | |
download | FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.zip FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.tar.gz |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Diffstat (limited to 'dns/fastresolve')
-rw-r--r-- | dns/fastresolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index de8ed4f..6830858 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Programs that process web logs to get DNS and domain ownership info LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ - adns.1:${PORTSDIR}/net/adns + adns.1:${PORTSDIR}/dns/adns USE_BZIP2= yes USE_PERL5= yes |