aboutsummaryrefslogtreecommitdiff
path: root/math/ceres-solver
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-16 05:08:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-16 05:08:09 +0000
commit13d07760cf4a1de351663c67fb9e6d20bc71dfb4 (patch)
tree03ce486f06a039df29b4004586c6ed7537ce3999 /math/ceres-solver
parente85b24d14f7e6951a2937c722f308906056ca2a1 (diff)
downloadports-13d07760cf4a1de351663c67fb9e6d20bc71dfb4.tar.gz
ports-13d07760cf4a1de351663c67fb9e6d20bc71dfb4.zip
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine
Notes
Notes: svn path=/head/; revision=428641
Diffstat (limited to 'math/ceres-solver')
-rw-r--r--math/ceres-solver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 81efae3ab1be..3a9bcbb796c7 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ceres-solver
DISTVERSION= 1.12.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= jbeich@FreeBSD.org