diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-21 11:18:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-21 11:19:45 +0000 |
commit | 5a859efe21b8388f709ae1e0606c73319ca0faa8 (patch) | |
tree | 42230a9626d72205b0b6ccdeafc7335bd138826f | |
parent | b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1 (diff) | |
download | ports-5a859efe21b8388f709ae1e0606c73319ca0faa8.tar.gz ports-5a859efe21b8388f709ae1e0606c73319ca0faa8.zip |
multimedia/{opentoonz,zart}: unbreak (fixed by opencv)
-rw-r--r-- | multimedia/opentoonz/Makefile | 2 | ||||
-rw-r--r-- | multimedia/zart/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile index 0563e60a8672..aa844b8553db 100644 --- a/multimedia/opentoonz/Makefile +++ b/multimedia/opentoonz/Makefile @@ -8,8 +8,6 @@ COMMENT= 2D animation software LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= does not link: undefined reference to google::LogMessage::stream() - BUILD_DEPENDS= boost-libs>0:devel/boost-libs LIB_DEPENDS= libgslcblas.so:math/gsl \ libjson-c.so:devel/json-c \ diff --git a/multimedia/zart/Makefile b/multimedia/zart/Makefile index bf46fba4037c..e2ecfddb1e85 100644 --- a/multimedia/zart/Makefile +++ b/multimedia/zart/Makefile @@ -11,8 +11,6 @@ PATCHFILES= 6ca1964690afbbc78627d7c868a692401043a584.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= GMIC GUI for video streams -BROKEN= does not link: undefined reference to google::LogMessage::stream() - LICENSE= CeCILL LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/LICENSE |