aboutsummaryrefslogtreecommitdiff
path: root/converters/recode
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 00:53:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 00:53:43 +0000
commitcd30ac8bd8240e034cffa725899db9d48a35a508 (patch)
treecee4587cf4b75804501752ad3e4f52e7330ab393 /converters/recode
parentfb6be6b3b3f2b407a14c1b4dd8dcafdde15328b0 (diff)
downloadports-cd30ac8bd8240e034cffa725899db9d48a35a508.tar.gz
ports-cd30ac8bd8240e034cffa725899db9d48a35a508.zip
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/recode')
-rw-r--r--converters/recode/Makefile3
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/; \