aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-01-13 02:31:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-01-13 02:31:41 +0000
commit1e530a977a46bc1f28f85f4f60bba097da65489c (patch)
tree1a6d46e525068e6e6e1193382db3cfce61974756 /misc
parentb2d9d256826d3ac46f313f4957532f01e982c414 (diff)
downloadports-1e530a977a46bc1f28f85f4f60bba097da65489c.tar.gz
ports-1e530a977a46bc1f28f85f4f60bba097da65489c.zip
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures. PR: 234386 Submitted by: Piotr Kubaj Approved by: maintainer
Notes
Notes: svn path=/head/; revision=490107
Diffstat (limited to 'misc')
-rw-r--r--misc/ompl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ompl/Makefile b/misc/ompl/Makefile
index c18940be9129..3f3a18e57f63 100644
--- a/misc/ompl/Makefile
+++ b/misc/ompl/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= cmake eigen:3 pkgconfig zip
+USES= cmake compiler:c++11-lang eigen:3 pkgconfig zip
USE_LDCONFIG= yes
CMAKE_OFF= OMPL_REGISTRATION OMPL_BUILD_TESTS OMPL_BUILD_DEMOS