diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-29 16:15:05 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-29 16:15:05 +0800 |
commit | 3d1a53583928ecdb8a11eda85422659f01d6e4ff (patch) | |
tree | b2d5968d595ccecd9cdc99d3f890f7c3f64c25a8 /math | |
parent | 8eee942c8a5642c231dea9372a9a9c299846eea8 (diff) | |
download | freebsd-ports-gnome-3d1a53583928ecdb8a11eda85422659f01d6e4ff.tar.gz freebsd-ports-gnome-3d1a53583928ecdb8a11eda85422659f01d6e4ff.tar.zst freebsd-ports-gnome-3d1a53583928ecdb8a11eda85422659f01d6e4ff.zip |
- Restore dependency on perl when building DOCS
Reported by: marino
Diffstat (limited to 'math')
-rw-r--r-- | math/yacas/Makefile | 6 |
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} |