summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/yacas/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index a0f91d6cbd9d..4de3ee2d9e97 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -26,10 +26,12 @@ BROKEN= Does not compile with GCC 4.2
.endif
.if ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+= --enable-html-doc --with-html-dir=${DOCSDIR}
+CONFIGURE_ARGS+=--enable-html-doc --with-html-dir=${DOCSDIR}
PORTDOCS= *
+USES+= perl5
+USE_PERL5= build
.else
-CONFIGURE_ARGS+= --disable-html-doc
+CONFIGURE_ARGS+=--disable-html-doc
.endif
.if ${PORT_OPTIONS:MTESTS}