diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 13:30:31 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 13:30:31 +0800 |
commit | aecf049634efea8555a526b9072fbb9f0a7c2a89 (patch) | |
tree | ee1202c5a5464562474562e70212261185323b7d /math/cbc | |
parent | bb337a85ebe5bb223ca472e87bfc310e7e7e1070 (diff) | |
download | freebsd-ports-gnome-aecf049634efea8555a526b9072fbb9f0a7c2a89.tar.gz freebsd-ports-gnome-aecf049634efea8555a526b9072fbb9f0a7c2a89.tar.zst freebsd-ports-gnome-aecf049634efea8555a526b9072fbb9f0a7c2a89.zip |
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/cbc')
-rw-r--r-- | math/cbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cbc/Makefile b/math/cbc/Makefile index 380dd38d9a3c..3cf77db7fbfd 100644 --- a/math/cbc/Makefile +++ b/math/cbc/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libClp.so:math/clp \ liblapack.so:math/lapack -USES= fortran gmake libtool pkgconfig +USES= compiler:c++11-lang fortran gmake libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= coin-or GH_PROJECT= Cbc |