diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 00:53:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 00:53:43 +0000 |
commit | cd30ac8bd8240e034cffa725899db9d48a35a508 (patch) | |
tree | cee4587cf4b75804501752ad3e4f52e7330ab393 /converters | |
parent | Removed double USE_PERL5 (diff) |
USE_PERL is needed for the post-po-file target.
Submitted by: marius@alchemy.franken.de
Notes
Notes:
svn path=/head/; revision=69487
Diffstat (limited to 'converters')
-rw-r--r-- | converters/recode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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/; \ |