diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-31 02:49:45 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-31 02:49:45 +0000 |
commit | 823ebcac3c660519f1e0e8bec9191e2a129d1086 (patch) | |
tree | 79b095ae93f96f974588c79809f039a4072328a2 /www/validator | |
parent | fe3d9093c358c200fbdd278d6c54e475d8530124 (diff) |
- Remove dependency on Encode module as it's in Perl 5.8
PR: ports/115032
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=196773
Diffstat (limited to 'www/validator')
-rw-r--r-- | www/validator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/validator/Makefile b/www/validator/Makefile index d8582dd12488..b1ab5cbf8b68 100644 --- a/www/validator/Makefile +++ b/www/validator/Makefile @@ -7,6 +7,7 @@ PORTNAME= validator PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://validator.w3.org/dist/ \ http://www.cyberbotx.com/w3c-validator/ @@ -17,7 +18,6 @@ COMMENT= Markup Validation Service from the World Wide Web Consortium (W3C) RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \ ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ - ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode \ ${SITE_PERL}/${PERL_ARCH}/Encode/HanExtra.pm:${PORTSDIR}/chinese/p5-Encode-HanExtra \ ${SITE_PERL}/${PERL_ARCH}/Encode/JIS2K.pm:${PORTSDIR}/converters/p5-Encode-JIS2K \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ |