diff options
author | az <az@FreeBSD.org> | 2012-07-23 16:22:47 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-23 16:22:47 +0800 |
commit | b77c693f0b1bfaae996407c640adb46250bd2822 (patch) | |
tree | eaf93068cab6f554e05115c2bd2499fd31296fc5 /www | |
parent | 60c8edf15f440442393fcd03d1559b3c677b0564 (diff) | |
download | freebsd-ports-gnome-b77c693f0b1bfaae996407c640adb46250bd2822.tar.gz freebsd-ports-gnome-b77c693f0b1bfaae996407c640adb46250bd2822.tar.zst freebsd-ports-gnome-b77c693f0b1bfaae996407c640adb46250bd2822.zip |
- Fix package name in deps.
Pointy hat: az@
Reported by: pointyhat (via erwin@)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-W3C-LogValidator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-W3C-LogValidator/Makefile b/www/p5-W3C-LogValidator/Makefile index dc5ed8499949..92a0f1f48e45 100644 --- a/www/p5-W3C-LogValidator/Makefile +++ b/www/p5-W3C-LogValidator/Makefile @@ -19,8 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \ - p5-webservice-validator-css-w3c>=0:${PORTSDIR}/www/p5-webservice-validator-css-w3c \ - p5-webservice-validator-html-w3c>=0:${PORTSDIR}/www/p5-webservice-validator-html-w3c \ + p5-WebService-Validator-CSS-W3C>=0:${PORTSDIR}/www/p5-webservice-validator-css-w3c \ + p5-WebService-Validator-HTML-W3C>=0:${PORTSDIR}/www/p5-webservice-validator-html-w3c \ ${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker RUN_DEPENDS:= ${BUILD_DEPENDS} |