diff options
Diffstat (limited to 'net/dnswalk/Makefile')
-rw-r--r-- | net/dnswalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dnswalk/Makefile b/net/dnswalk/Makefile index 97e01c49fd46..eb04a3c3b048 100644 --- a/net/dnswalk/Makefile +++ b/net/dnswalk/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.visi.com/~barr/dnswalk/ MAINTAINER= mph@freebsd.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS NO_WRKSUBDIR= YES NO_BUILD= YES |