aboutsummaryrefslogtreecommitdiff
path: root/math/yacas
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-10-05 00:42:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-10-05 00:42:20 +0000
commitfbea4307e85404dcc931e650a555a71726663539 (patch)
treed6263e3d6d8eefa5eb42723d676eb37ba7d44753 /math/yacas
parenta5bfe8347515d2020aa15a9cf6447356e8682ae0 (diff)
downloadports-fbea4307e85404dcc931e650a555a71726663539.tar.gz
ports-fbea4307e85404dcc931e650a555a71726663539.zip
devel/google{test,mock}: update to 1.10.0
- Drop static library - Drop gtest-config and gmock-config - Drop GTEST_LIB_CHECK autoconf macro - Drop gmock_doctory.py as it's too old - Expose tests via option Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0 Reported by: GitHub (watch releases) PR: 239654 Differential Revision: https://reviews.freebsd.org/D19430
Notes
Notes: svn path=/head/; revision=513801
Diffstat (limited to 'math/yacas')
-rw-r--r--math/yacas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 33543596c02b..6e412305ea1b 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= bash:shells/bash \
-BUILD_DEPENDS= gtest-config:devel/googletest
+BUILD_DEPENDS= googletest>0:devel/googletest
CMAKE_ARGS= -DENABLE_DOCS:BOOL=OFF \
-DENABLE_CYACAS_CONSOLE:BOOL=ON \