diff options
Diffstat (limited to 'graphics')
-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 \ |