diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2017-09-14 21:02:51 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2017-09-14 21:02:51 +0000 |
commit | c91270bd8d6b60bd7c36fb2ad128e2a8165e0686 (patch) | |
tree | 570aeb8e9fcad4efb19711621999d3df8296b6b9 /graphics/nomacs | |
parent | 9620259fffa8cf46a8185e360528426f07898696 (diff) |
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
Notes
Notes:
svn path=/head/; revision=449853
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index fea42002e970..63882e1c7f9a 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -12,6 +12,8 @@ COMMENT= Small, fast, and free image viewer LICENSE= GPLv3 +BROKEN= Does not build with CMake 3.9, needs update + LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libsysinfo.so:devel/libsysinfo \ libopencv_core.so:graphics/opencv-core |