From d767f0728d3efeb994fab115409d2613056d4dcb Mon Sep 17 00:00:00 2001 From: az Date: Thu, 28 Jun 2012 18:37:23 +0000 Subject: - Remove SITE_PERL from *_DEPENDS --- dns/fastresolve/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/fastresolve') 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 -- cgit