aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils/lumina-pdf
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-08-16 08:56:09 -0400
committerKen Moore <ken@ixsystems.com>2018-08-16 08:56:09 -0400
commit91e10e06bfec28a13eb0c1357764e08f90b41cb9 (patch)
tree6b92b22c5820bfe97e9aea4af390f22e872d2a51 /port-files/FreeBSD/deskutils/lumina-pdf
parentDe-activate all the hunspell integrations in lumina-text-editor. (diff)
downloadlumina-91e10e06bfec28a13eb0c1357764e08f90b41cb9.tar.gz
lumina-91e10e06bfec28a13eb0c1357764e08f90b41cb9.tar.bz2
lumina-91e10e06bfec28a13eb0c1357764e08f90b41cb9.zip
More fixes for the Lumina ports for FreeBSD.
This *should* finish up all the changes to the Qt build subsystem and pkg-plist files.
Diffstat (limited to 'port-files/FreeBSD/deskutils/lumina-pdf')
-rw-r--r--port-files/FreeBSD/deskutils/lumina-pdf/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-pdf/Makefile b/port-files/FreeBSD/deskutils/lumina-pdf/Makefile
index cf66bfdb..0958e564 100644
--- a/port-files/FreeBSD/deskutils/lumina-pdf/Makefile
+++ b/port-files/FreeBSD/deskutils/lumina-pdf/Makefile
@@ -24,14 +24,6 @@ I18N_DESC= Install localization files
POPPLER_DESC= Use Poppler-qt5 backend renderer
MUPDF_DESC= Use MuPDF backend renderer
-POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
-POPPLER_QMAKE_ON= USE_POPPLER=true
-MUPDF_LIB_DEPENDS= libmupdf.so:graphics/mupdf
-MUPDF_QMAKE_ON= USE_MUPDF=true
-
-I18N_QMAKE_ON= CONFIG+=WITH_I18N
-I18N_USE= qt+=linguist_build
-
.include <bsd.port.options.mk>
MAKE_JOBS_UNSAFE=yes
@@ -45,4 +37,11 @@ GH_PROJECT= lumina
GH_TAGNAME= %%GHTAG%%
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
+POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
+POPPLER_QMAKE_ON= USE_POPPLER=true
+MUPDF_LIB_DEPENDS= libmupdf.so:graphics/mupdf
+MUPDF_QMAKE_ON= USE_MUPDF=true
+I18N_QMAKE_ON= CONFIG+=WITH_I18N
+I18N_USE= USE_QT+=linguist_build
+
.include <bsd.port.mk>
bgstack15