aboutsummaryrefslogtreecommitdiff
path: root/science/plumed
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-06 12:00:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-06 12:00:53 +0000
commit1364bdc7458274727309bd5c4db9a7c1fda0427d (patch)
tree540a7c58e34cdce9abd095112533fe6652c2e3f8 /science/plumed
parentd9869c8271d88dada996d61c9d3da358f82b0423 (diff)
downloadports-1364bdc7458274727309bd5c4db9a7c1fda0427d.tar.gz
ports-1364bdc7458274727309bd5c4db9a7c1fda0427d.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
core/../../core/tools/../../tools/Vector.h:27:17: error: array: No such file or directory
Notes
Notes: svn path=/head/; revision=534167
Diffstat (limited to 'science/plumed')
-rw-r--r--science/plumed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/plumed/Makefile b/science/plumed/Makefile
index 3029b7051ca0..2aee05dcc01c 100644
--- a/science/plumed/Makefile
+++ b/science/plumed/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= bash:shells/bash \
xxd:editors/vim-console
RUN_DEPENDS= bash:shells/bash
-USES= autoreconf gmake pkgconfig shebangfix
+USES= autoreconf compiler:c++11-lang gmake pkgconfig shebangfix
SHEBANG_GLOB= *.sh
SHEBANG_FILES= src/maketools/makecmd
GNU_CONFIGURE= yes