diff options
Diffstat (limited to 'converters/recode/Makefile')
-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/; \ |