diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-11 14:40:09 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-11 14:40:09 +0800 |
commit | 1cac23d55c04370364294b8ba49e0dbe14af4820 (patch) | |
tree | c8c0b81045b2abf559b89cc9462d8ba729213e36 /math/gambit | |
parent | 5fcf2e59820bd5802ef8e662650e1a07db962118 (diff) | |
download | freebsd-ports-gnome-1cac23d55c04370364294b8ba49e0dbe14af4820.tar.gz freebsd-ports-gnome-1cac23d55c04370364294b8ba49e0dbe14af4820.tar.zst freebsd-ports-gnome-1cac23d55c04370364294b8ba49e0dbe14af4820.zip |
math/gambit: fix typo
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 5894b003ecd0..4aa9f734b695 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -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 |