diff options
Diffstat (limited to 'dns/fastresolve/Makefile')
-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 ee73501f5cfd..c3b52315c6e5 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Programs that process web logs to get DNS and domain ownership info LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |