Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 11:55:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373051 - head/textproc/yodl
Message-ID:  <201411221155.sAMBtegn022076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov 22 11:55:40 2014
New Revision: 373051
URL: https://svnweb.freebsd.org/changeset/ports/373051
QAT: https://qat.redports.org/buildarchive/r373051/

Log:
  std:toul is a from recent stl
  
  Reported by:	antoine

Modified:
  head/textproc/yodl/Makefile

Modified: head/textproc/yodl/Makefile
==============================================================================
--- head/textproc/yodl/Makefile	Sat Nov 22 11:47:10 2014	(r373050)
+++ head/textproc/yodl/Makefile	Sat Nov 22 11:55:40 2014	(r373051)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	icmake:${PORTSDIR}/devel/
 		bash:${PORTSDIR}/shells/bash \
 		gsed:${PORTSDIR}/textproc/gsed
 
-USES=		perl5 shebangfix compiler:c++11-lang
+USES=		perl5 shebangfix compiler:c++11-lib
 USE_PERL5=	build
 
 SHEBANG_LANG=	icmake



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