aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2016-09-26 13:41:44 -0400
committerKen Moore <ken@ixsystems.com>2016-09-26 13:41:44 -0400
commit30e2e45e7795291cf3f5f89c3bdba33ead72f71d (patch)
tree8cb18c0b37b20ccc71bbd84ba7d15a376b2bf961
parentAdjust the port Makefile for FreeBSD to include the i18n files by default. (diff)
downloadlumina-30e2e45e7795291cf3f5f89c3bdba33ead72f71d.tar.gz
lumina-30e2e45e7795291cf3f5f89c3bdba33ead72f71d.tar.bz2
lumina-30e2e45e7795291cf3f5f89c3bdba33ead72f71d.zip
Also ensure that the Qt5 linguist tools are used during the build if the i18n option is enabled.
-rw-r--r--port-files/FreeBSD/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 4ce6a722..5830711d 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -55,6 +55,7 @@ QMAKE_ARGS= DEFAULT_SETTINGS=TrueOS
.endif
.if${PORT_OPTIONS:MI18N}
+USE_QT5+= linguist_build
QMAKE_ARGS+=WITH_I18N
.endif
bgstack15