diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-10 10:02:29 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-10 10:02:29 +0000 |
commit | ed44f24fa095cbf4e4bdee5ff1787ad1dd21bd06 (patch) | |
tree | 7563e44c89ffdf187faeef685d8e8ba52b57ac05 | |
parent | 76d663030089fb7cfaba14f7dd6389b1844d4af3 (diff) | |
download | freebsd-ports-ed44f24fa095cbf4e4bdee5ff1787ad1dd21bd06.zip |
math/libxls: fix build
Add USES=compiler:c++11-lang:
configure: error: *** A compiler with support for C++11 language features is required.
Approved by: mentors (implicite approval)
-rw-r--r-- | math/libxls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libxls/Makefile b/math/libxls/Makefile index c565dcd8cc1e..9755436c16e0 100644 --- a/math/libxls/Makefile +++ b/math/libxls/Makefile @@ -10,7 +10,7 @@ COMMENT= Extract Cell Data From Excel xls files LICENSE= BSD2CLAUSE -USES= libtool +USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |