diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 13:30:19 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 13:30:19 +0000 |
commit | 4e3c8c82b530c9ea77bc9c358c22f5d4c8da81ef (patch) | |
tree | d3323415acb85afe35c01968ff57734ff809953e /graphics/nomacs | |
parent | bd790250a03559cfe866f03129a081fb03ce4ccd (diff) |
Notes
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index a4aba7d2e56a..9fff78d580f3 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libtbb.so:devel/tbb USES= cmake desktop-file-utils dos2unix pkgconfig qt:5 tar:bzip2 -USE_QT= concurrent core gui network printsupport svg widgets \ +USE_QT= concurrent core gui network printsupport svg widgets \ buildtools_build linguisttools_build qmake_build DOS2UNIX_REGEX= .*\.(cpp|h|txt) |