aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-I18N-Charset/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2006-08-16 16:58:25 +0800
committerdemon <demon@FreeBSD.org>2006-08-16 16:58:25 +0800
commit1589e3c251ea1678e6fea16213c7ab81972da38f (patch)
tree10d5fe3b22ce0a9c9d04d06259933347f63452fc /misc/p5-I18N-Charset/Makefile
parent649b459f5e294f95e7d0dfca987cd3345566fd3b (diff)
downloadfreebsd-ports-gnome-1589e3c251ea1678e6fea16213c7ab81972da38f.tar.gz
freebsd-ports-gnome-1589e3c251ea1678e6fea16213c7ab81972da38f.tar.zst
freebsd-ports-gnome-1589e3c251ea1678e6fea16213c7ab81972da38f.zip
Fix PLIST, add missing build time dependency.
PR: 102024 Submitted by: Timur I. Bakeyev <timur@com.bat.ru>
Diffstat (limited to 'misc/p5-I18N-Charset/Makefile')
-rw-r--r--misc/p5-I18N-Charset/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile
index 477a8f371b80..6a3d61bddf41 100644
--- a/misc/p5-I18N-Charset/Makefile
+++ b/misc/p5-I18N-Charset/Makefile
@@ -20,12 +20,14 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 \
${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info
RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= ${SITE_PERL}/IO/Capture/Stderr.pm:${PORTSDIR}/devel/p5-IO-Capture
PERL_CONFIGURE= YES
MAN3= I18N::Charset.3
post-patch:
- @${PERL} -pi -e 's#.$$##g' ${WRKSRC}/lib/I18N/Charset.pm
+ @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset.pm
+ @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset/character-sets
.include <bsd.port.mk>