diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-17 11:38:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-17 11:38:44 +0000 |
commit | 5312fcd423a0fe5bf889bf10b996c9a57c79d65c (patch) | |
tree | ecf564b5dfc3c83d1ff9e0afbfb1428d2d38baeb /finance | |
parent | 8a90df78b38cf81a17b21e61167c4e6ecd169b08 (diff) | |
download | ports-5312fcd423a0fe5bf889bf10b996c9a57c79d65c.tar.gz ports-5312fcd423a0fe5bf889bf10b996c9a57c79d65c.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/quantlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 1bff6fe2e8fd..025c15a2f1d8 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= compiler libtool +USES= compiler:c++11-lang libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= EMACS=no |