diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-10-05 08:42:20 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-10-05 08:42:20 +0800 |
commit | fbea4307e85404dcc931e650a555a71726663539 (patch) | |
tree | d6263e3d6d8eefa5eb42723d676eb37ba7d44753 /math/yacas | |
parent | a5bfe8347515d2020aa15a9cf6447356e8682ae0 (diff) | |
download | freebsd-ports-gnome-fbea4307e85404dcc931e650a555a71726663539.tar.gz freebsd-ports-gnome-fbea4307e85404dcc931e650a555a71726663539.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 2 |
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 \ |