diff options
Diffstat (limited to 'www/p5-chklinks/Makefile')
-rw-r--r-- | www/p5-chklinks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-chklinks/Makefile b/www/p5-chklinks/Makefile index f3d1d8da3d33..afb751d02b45 100644 --- a/www/p5-chklinks/Makefile +++ b/www/p5-chklinks/Makefile @@ -18,7 +18,7 @@ COMMENT= A non-threaded Perl link checker BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= chklinks.1 |