diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-17 21:15:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-17 21:15:21 +0000 |
commit | 39df130512b9a918ef86c87d6bf7d005f69c86ec (patch) | |
tree | c44c37d0a64a04d5c60c5dd838936157d2e068ae /www/validator | |
parent | 729f6491ac9ca2d63bf8614ad6d54c08cd6efcc2 (diff) | |
download | ports-39df130512b9a918ef86c87d6bf7d005f69c86ec.tar.gz ports-39df130512b9a918ef86c87d6bf7d005f69c86ec.zip |
Notes
Diffstat (limited to 'www/validator')
-rw-r--r-- | www/validator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/validator/Makefile b/www/validator/Makefile index d6b91b77323d..a50975b040c0 100644 --- a/www/validator/Makefile +++ b/www/validator/Makefile @@ -18,12 +18,12 @@ COMMENT= Markup Validation Service from the World Wide Web Consortium (W3C) RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ - ${SITE_PERL}/mach/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan \ - ${SITE_PERL}/mach/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ + ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI NO_BUILD= yes |