diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ascii2pdf/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ascii2pdf/Makefile b/textproc/ascii2pdf/Makefile index 1a4586f768a5..435c5af6ca91 100644 --- a/textproc/ascii2pdf/Makefile +++ b/textproc/ascii2pdf/Makefile @@ -17,6 +17,7 @@ COMMENT= A perl script to convert text files to PDF files RUN_DEPENDS= ${SITE_PERL}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create NO_BUILD= yes +USE_PERL5= yes PLIST_FILES= bin/ascii2pdf .include <bsd.port.pre.mk> diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index b2e80491df63..da8d9053d568 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser # to utilize encoding maps included in p5-XML-Parser +USE_PERL5= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |