diff options
Diffstat (limited to 'deskutils/lumina-pdf/Makefile')
-rw-r--r-- | deskutils/lumina-pdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile index 836f64851ccd..9bf9e4edf8fb 100644 --- a/deskutils/lumina-pdf/Makefile +++ b/deskutils/lumina-pdf/Makefile @@ -10,7 +10,7 @@ WWW= https://lumina-desktop.org LICENSE= BSD3CLAUSE USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 -USE_QT= buildtools_build concurrent core gui \ +USE_QT= buildtools:build concurrent core gui \ multimedia network printsupport \ svg widgets x11extras USE_GL= gl @@ -34,7 +34,7 @@ MUPDF_QMAKE_ON= USE_MUPDF=true MUPDF_LIB_DEPENDS= libmupdf.so:graphics/mupdf NLS_QMAKE_ON= CONFIG+=WITH_I18N -NLS_USE= qt=linguist_build +NLS_USE= qt=linguist:build POPPLER_QMAKE_ON= USE_POPPLER=true POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 |