aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 12:55:31 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 12:55:31 +0800
commitcaf6fcff5700569acaf7e2772d0c86de7bb716d1 (patch)
tree86b7fa5f321ffe506c38ef6e394b2a96f53c576d /textproc
parentc07b3d06f74c2b1f5144739f606ea2f60e5c4125 (diff)
downloadfreebsd-ports-gnome-caf6fcff5700569acaf7e2772d0c86de7bb716d1.tar.gz
freebsd-ports-gnome-caf6fcff5700569acaf7e2772d0c86de7bb716d1.tar.zst
freebsd-ports-gnome-caf6fcff5700569acaf7e2772d0c86de7bb716d1.zip
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ascii2pdf/Makefile1
-rw-r--r--textproc/ruby-xmlparser/Makefile1
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