aboutsummaryrefslogtreecommitdiff
path: root/math/yacas
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-29 08:15:05 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-29 08:15:05 +0000
commitfdf4386d0f4450e1188f158968a0e7eacd7f01dc (patch)
treeb2d5968d595ccecd9cdc99d3f890f7c3f64c25a8 /math/yacas
parentbf4780a55159378e298a35a8b84c424ed2f690df (diff)
downloadports-fdf4386d0f4450e1188f158968a0e7eacd7f01dc.tar.gz
ports-fdf4386d0f4450e1188f158968a0e7eacd7f01dc.zip
- Restore dependency on perl when building DOCS
Reported by: marino
Notes
Notes: svn path=/head/; revision=331934
Diffstat (limited to 'math/yacas')
-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}