Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 06:40:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383773 - head/math/gambit
Message-ID:  <201504110640.t3B6e9Os022077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Apr 11 06:40:09 2015
New Revision: 383773
URL: https://svnweb.freebsd.org/changeset/ports/383773

Log:
  math/gambit: fix typo

Modified:
  head/math/gambit/Makefile

Modified: head/math/gambit/Makefile
==============================================================================
--- head/math/gambit/Makefile	Sat Apr 11 01:40:20 2015	(r383772)
+++ head/math/gambit/Makefile	Sat Apr 11 06:40:09 2015	(r383773)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 USES=		compiler:c++11-lib
 USE_GNOME=	gtk20
 USE_WX=		3.0
-USE_CXXSTD=	c+=11
+USE_CXXSTD=	c++11
 WX_CONF_ARGS=	absolute
 WX_UNICODE=	yes
 GNU_CONFIGURE=	yes



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