svn commit: r331934 - head/math/yacas
Pietro Cerutti
gahr at FreeBSD.org
Tue Oct 29 08:15:05 UTC 2013
Author: gahr
Date: Tue Oct 29 08:15:05 2013
New Revision: 331934
URL: http://svnweb.freebsd.org/changeset/ports/331934
Log:
- Restore dependency on perl when building DOCS
Reported by: marino
Modified:
head/math/yacas/Makefile
Modified: head/math/yacas/Makefile
==============================================================================
--- head/math/yacas/Makefile Tue Oct 29 07:56:01 2013 (r331933)
+++ head/math/yacas/Makefile Tue Oct 29 08:15:05 2013 (r331934)
@@ -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}
More information about the svn-ports-all
mailing list