svn commit: r328429 - head/www/bins
Marcelo Araujo
araujo at FreeBSD.org
Fri Sep 27 04:03:16 UTC 2013
Author: araujo
Date: Fri Sep 27 04:03:15 2013
New Revision: 328429
URL: http://svnweb.freebsd.org/changeset/ports/328429
Log:
- Fix the dependency line for p5-Text-Unaccent.
PR: ports/182189
Submitted by: Antoine Brodin <antoine at freebsd.org>
Modified:
head/www/bins/Makefile
Modified: head/www/bins/Makefile
==============================================================================
--- head/www/bins/Makefile Fri Sep 27 03:33:19 2013 (r328428)
+++ head/www/bins/Makefile Fri Sep 27 04:03:15 2013 (r328429)
@@ -14,7 +14,7 @@ RUN_DEPENDS= \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
- p5-Text-Iconv>=0:${PORTSDIR}/textproc/p5-Text-Unaccent \
+ p5-Text-Unaccent>=0:${PORTSDIR}/textproc/p5-Text-Unaccent \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-HTML-Clean>0:${PORTSDIR}/www/p5-HTML-Clean \
p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
@@ -86,7 +86,7 @@ pre-everything::
.if !defined(WITH_I18N)
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_I18N to enable localization support.'
- @${ECHO_MSG} '===> Support for languages other than english.'
+ @${ECHO_MSG} '===> Support for languages other than english.'
.endif
@${ECHO_MSG} '===>'
More information about the svn-ports-head
mailing list