diff options
Diffstat (limited to 'converters/recode/Makefile')
-rw-r--r-- | converters/recode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 18d1bc523217..cb73c61cc5e2 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -11,9 +11,9 @@ MASTER_SITE_SUBDIR= recode MAINTAINER= demon@FreeBSD.org COMMENT= Converts files between character sets and usages -USES= gettext iconv +USES= gettext iconv perl5 USE_AUTOTOOLS= libtool -USE_PERL5= yes +USE_PERL5= patch run build USE_LDCONFIG= yes CONFIGURE_ARGS= --without-included-gettext CPPFLAGS+= -I${LOCALBASE}/include |