From cd30ac8bd8240e034cffa725899db9d48a35a508 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 5 Nov 2002 00:53:43 +0000 Subject: USE_PERL is needed for the post-po-file target. Submitted by: marius@alchemy.franken.de --- converters/recode/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/recode/Makefile b/converters/recode/Makefile index b23d1e923899..debda6200a82 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_LIBTOOL= yes USE_REINPLACE= yes +USE_PERL5= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --without-included-gettext CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -36,7 +37,7 @@ remove-info-files: post-patch: patch-po-files patch-makeinfo patch-po-files: - @${REINPLACE_CMD} -e '\ + @${PERL} -pi -e '\ if (/Project-Id-Version/) { \ s/3\.[45](r|\.[0-9])?/3.6/; \ s/: (Free )?recode/: GNU recode/; \ -- cgit v1.2.3