diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-12-19 03:41:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-12-19 03:41:38 +0000 |
commit | 11e66bb1dc1a63259a695c6e0153b9f121335d4b (patch) | |
tree | 0adbcd0cf4118ab874604d8ae427df4f52f67cb4 /finance/gnucash/Makefile | |
parent | 06a70ae5a11264e30da9ce9de49585e6e1b3ab8d (diff) |
devel/googletest: merge googlemock
Avoid micromanaging installed files to simplify maintenance.
Already done upstream since 1.8.0. Other distributions (e.g.,
Arch, PkgSrc) have followed.
Notes
Notes:
svn path=/head/; revision=520417
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 46fb84e43f60..5d02f8afdfc9 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -85,13 +85,13 @@ OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.ofx.gschema.xml PYTHON_CMAKE_BOOL= WITH_PYTHON PYTHON_USES= python:3.3+ -TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googlemock:build \ +TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googletest:build \ googletest>0:devel/googletest .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTEST} -GMOCK_WRKSRC!= cd ${PORTSDIR}/devel/googlemock && ${MAKE} -V WRKSRC +GMOCK_WRKSRC!= cd ${PORTSDIR}/devel/googletest && ${MAKE} -V WRKSRC CONFIGURE_ENV+= GMOCK_ROOT="${GMOCK_WRKSRC}" .endif |