svn commit: r376680 - branches/2015Q1/textproc/gutenmark

Antoine Brodin antoine at FreeBSD.org
Sat Jan 10 09:29:24 UTC 2015


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


More information about the svn-ports-all mailing list