svn commit: r462981 - head/Mk

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Feb 25 22:23:46 UTC 2018


Author: stephen
Date: Sun Feb 25 22:23:45 2018
New Revision: 462981
URL: https://svnweb.freebsd.org/changeset/ports/462981

Log:
  - Try to correct a bunch of error messages reported by pkg-fallout@ on
    FreeBSD 10.3.

Modified:
  head/Mk/bsd.octave.mk

Modified: head/Mk/bsd.octave.mk
==============================================================================
--- head/Mk/bsd.octave.mk	Sun Feb 25 22:22:47 2018	(r462980)
+++ head/Mk/bsd.octave.mk	Sun Feb 25 22:23:45 2018	(r462981)
@@ -20,7 +20,7 @@ RUN_DEPENDS+=	octave:math/octave \
 		${LOCALBASE}/libexec/octave/load-octave-pkg:math/octave-forge-base
 LIB_DEPENDS+=	libpcre.so:devel/pcre
 
-USES+=		fortran gmake
+USES+=		fortran gmake compiler:c++14-lang
 CXXFLAGS+=	-std=gnu++11
 
 DIST_SUBDIR=	octave-forge


More information about the svn-ports-head mailing list