svn commit: r460869 - head/math/ess

Joseph Mingrone jrm at FreeBSD.org
Sun Feb 4 05:13:44 UTC 2018


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 at 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
 


More information about the svn-ports-head mailing list