svn commit: r364532 - head/cad/cura-engine

Antoine Brodin antoine at FreeBSD.org
Sun Aug 10 12:31:44 UTC 2014


Author: antoine
Date: Sun Aug 10 12:31:43 2014
New Revision: 364532
URL: http://svnweb.freebsd.org/changeset/ports/364532
QAT: https://qat.redports.org/buildarchive/r364532/

Log:
  Allow building on old freebsd

Modified:
  head/cad/cura-engine/Makefile

Modified: head/cad/cura-engine/Makefile
==============================================================================
--- head/cad/cura-engine/Makefile	Sun Aug 10 12:24:56 2014	(r364531)
+++ head/cad/cura-engine/Makefile	Sun Aug 10 12:31:43 2014	(r364532)
@@ -9,7 +9,7 @@ COMMENT=	Engine of slicing solution for 
 
 LICENSE=	AGPLv3
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker


More information about the svn-ports-head mailing list