svn commit: r383773 - head/math/gambit

John Marino marino at FreeBSD.org
Sat Apr 11 06:40:10 UTC 2015


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


More information about the svn-ports-all mailing list