aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-05 08:53:43 +0800
committeredwin <edwin@FreeBSD.org>2002-11-05 08:53:43 +0800
commit4a26cbb0aced9f6b712a2e9aa615ae05cf66253a (patch)
tree55acf2c13ff36f7a081956c121fe3def9d94b0a4 /converters
parent6e7064d022e10e5b4dc7a4f1ce3ec00d19238e13 (diff)
downloadfreebsd-ports-gnome-4a26cbb0aced9f6b712a2e9aa615ae05cf66253a.tar.gz
freebsd-ports-gnome-4a26cbb0aced9f6b712a2e9aa615ae05cf66253a.tar.zst
freebsd-ports-gnome-4a26cbb0aced9f6b712a2e9aa615ae05cf66253a.zip
USE_PERL is needed for the post-po-file target.
Submitted by: marius@alchemy.franken.de
Diffstat (limited to 'converters')
-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/; \