diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 09:42:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 09:42:48 +0000 |
commit | e4309c5507f2d646c711365ed8abcf9dc8729d8a (patch) | |
tree | 78e5e49a7f8d762e5078b44b18009481a7c461f5 /devel/eris | |
parent | 1230e1f721bfd46aa893e3c45c593c42e9ac2ef2 (diff) |
Notes
Diffstat (limited to 'devel/eris')
-rw-r--r-- | devel/eris/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/eris/Makefile b/devel/eris/Makefile index fe8350ab4259..0a1ff9b81ddd 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -19,5 +19,6 @@ LIB_DEPENDS= libAtlas-0.6.so:devel/atlas-devel \ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig compiler:c++11-lib +USE_CXXSTD= c++11 .include <bsd.port.mk> |