diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:18:09 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:18:09 +0000 |
commit | af27580cce54500bad2f29326d16656402aaaeb8 (patch) | |
tree | 338783d5af6c16bde1d74800b82aefcf83555bca /net/dnswalk | |
parent | 435f2f08577762e7dc85955811a7dbfcce77c229 (diff) | |
download | ports-af27580cce54500bad2f29326d16656402aaaeb8.tar.gz ports-af27580cce54500bad2f29326d16656402aaaeb8.zip |
Notes
Diffstat (limited to 'net/dnswalk')
-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 |