Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 09:29:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r376680 - branches/2015Q1/textproc/gutenmark
Message-ID:  <201501100929.t0A9TObL029752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 10 09:29:23 2015
New Revision: 376680
URL: https://svnweb.freebsd.org/changeset/ports/376680
QAT: https://qat.redports.org/buildarchive/r376680/

Log:
  MFH: r376432
  
  textproc/gutenmark: fix build on older releases by forcing a C++11 dependency.
  
  Submitted by:	pkg-fallout

Modified:
  branches/2015Q1/textproc/gutenmark/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/textproc/gutenmark/Makefile
==============================================================================
--- branches/2015Q1/textproc/gutenmark/Makefile	Sat Jan 10 09:27:53 2015	(r376679)
+++ branches/2015Q1/textproc/gutenmark/Makefile	Sat Jan 10 09:29:23 2015	(r376680)
@@ -13,7 +13,7 @@ COMMENT=	Attractively formatting Project
 
 WRKSRC=		${WRKDIR}/GutenMark-source
 
-USES=		gmake
+USES=		compiler:c++11-lib gmake
 USE_WX=		3.0
 WX_UNICODE=	yes
 ALL_TARGET=	default



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