Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 05:13:43 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460869 - head/math/ess
Message-ID:  <201802040513.w145DhGR073189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Feb  4 05:13:43 2018
New Revision: 460869
URL: https://svnweb.freebsd.org/changeset/ports/460869

Log:
  math/ess: Fix build on 10
  
  Reported by:	rhurlin@gwdg.de (maintainer)

Modified:
  head/math/ess/Makefile   (contents, props changed)

Modified: head/math/ess/Makefile
==============================================================================
--- head/math/ess/Makefile	Sun Feb  4 03:52:30 2018	(r460868)
+++ head/math/ess/Makefile	Sun Feb  4 05:13:43 2018	(r460869)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	R:math/R
 
 NO_ARCH=	yes
 
-USES=		emacs gmake makeinfo tar:tgz
+USES=		emacs gmake makeinfo perl5 tar:tgz
+USE_PERL5=	build
 
 INFO=		ess
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802040513.w145DhGR073189>