diff options
author | yuri <yuri@FreeBSD.org> | 2020-01-19 03:17:30 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2020-01-19 03:17:30 +0800 |
commit | de3184537e3391855358080db7e116014bbc5903 (patch) | |
tree | 30726d9a28ae04ad1e0f43f39d686f070eba2ab5 | |
parent | 68f96c3266474dc002cc79f44f43130f4609c7f0 (diff) | |
download | freebsd-ports-gnome-de3184537e3391855358080db7e116014bbc5903.tar.gz freebsd-ports-gnome-de3184537e3391855358080db7e116014bbc5903.tar.zst freebsd-ports-gnome-de3184537e3391855358080db7e116014bbc5903.zip |
graphics/vv: Attempt to unbreak by adding googletest to BUILD_DEPENDS
Reported by: fallout
-rw-r--r-- | graphics/vv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile index 68b807f8fede..22fcee439871 100644 --- a/graphics/vv/Makefile +++ b/graphics/vv/Makefile @@ -12,6 +12,7 @@ COMMENT= Fast and simple 4D image viewer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= googletest>0:devel/googletest # error: unable to find library -lGTest::GTest, see https://github.com/open-vv/vv/issues/74 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \ libgdcmCommon.so:devel/gdcm \ |