From 823ebcac3c660519f1e0e8bec9191e2a129d1086 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Tue, 31 Jul 2007 02:49:45 +0000 Subject: [PATCH] - Remove dependency on Encode module as it's in Perl 5.8 PR: ports/115032 Submitted by: KIMURA Yasuhiro Approved by: Naram Qashat (maintainer) --- www/validator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \