diff options
author | demon <demon@FreeBSD.org> | 2006-08-16 16:58:25 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-08-16 16:58:25 +0800 |
commit | 1589e3c251ea1678e6fea16213c7ab81972da38f (patch) | |
tree | 10d5fe3b22ce0a9c9d04d06259933347f63452fc /misc/p5-I18N-Charset/Makefile | |
parent | 649b459f5e294f95e7d0dfca987cd3345566fd3b (diff) | |
download | freebsd-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/Makefile | 4 |
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> |