diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-19 03:17:30 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-19 03:17:30 +0800 |
commit | 3f0312dc1d6465b440482627840d70ad389b45a0 (patch) | |
tree | 30726d9a28ae04ad1e0f43f39d686f070eba2ab5 /graphics | |
parent | 035b70ae1cb5b1172b83d20aaabe3f400178c95d (diff) | |
download | freebsd-ports-gnome-3f0312dc1d6465b440482627840d70ad389b45a0.tar.gz freebsd-ports-gnome-3f0312dc1d6465b440482627840d70ad389b45a0.tar.zst freebsd-ports-gnome-3f0312dc1d6465b440482627840d70ad389b45a0.zip |
graphics/vv: Attempt to unbreak by adding googletest to BUILD_DEPENDS
Reported by: fallout
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 \ |