diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-17 12:35:40 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-17 12:35:40 +0000 |
commit | ce1d74e025f806d4a9ebe8ad5d1c3d0c07b6fba8 (patch) | |
tree | b562a857835cb031991b8d21a9ee29583e160c9f /graphics/nomacs | |
parent | 4e84de010d4aca71f72f8cabf088099d68d0d2b4 (diff) |
Notes
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index 9fff78d580f3..cfb8723ab4b5 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ liblcms2.so:graphics/lcms2 \ libtbb.so:devel/tbb -USES= cmake desktop-file-utils dos2unix pkgconfig qt:5 tar:bzip2 +USES= cmake compiler:c++11-lang desktop-file-utils dos2unix \ + pkgconfig qt:5 tar:bzip2 USE_QT= concurrent core gui network printsupport svg widgets \ buildtools_build linguisttools_build qmake_build |