diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-07 16:28:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-07 16:28:34 +0000 |
commit | 60e14bb62e841981938fca1e88bb623739d7baea (patch) | |
tree | 0c4a1369773a581c00f412582a2c56bdcb20845a /graphics/vv | |
parent | 66508791518e66e1435348fc221cd8dec48a75f2 (diff) | |
download | ports-60e14bb62e841981938fca1e88bb623739d7baea.tar.gz ports-60e14bb62e841981938fca1e88bb623739d7baea.zip |
Notes
Diffstat (limited to 'graphics/vv')
-rw-r--r-- | graphics/vv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile index 2bd0b8192824..3612777443f2 100644 --- a/graphics/vv/Makefile +++ b/graphics/vv/Makefile @@ -13,6 +13,8 @@ COMMENT= Fast and simple 4D image viewer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= wrong LIB_DEPENDS + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \ libgdcmCommon.so:devel/gdcm \ |