diff options
Diffstat (limited to 'www/jdresolve/Makefile')
-rw-r--r-- | www/jdresolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jdresolve/Makefile b/www/jdresolve/Makefile index 5a03a83df5ab..c7e3897e2583 100644 --- a/www/jdresolve/Makefile +++ b/www/jdresolve/Makefile @@ -17,7 +17,7 @@ MAINTAINER= christophe@labouisse.org COMMENT= A IP addresse to hostname program for httpd log files BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes NO_BUILD= yes |