diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 15:33:51 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 15:33:51 +0800 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /dns/fastresolve | |
parent | e15afee535ffec38424947ba1c7eb0ada4141fc2 (diff) | |
download | freebsd-ports-gnome-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.tar.gz freebsd-ports-gnome-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.tar.zst freebsd-ports-gnome-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.zip |
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 de8ed4f51247..6830858cbd10 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 |