From 30e2e45e7795291cf3f5f89c3bdba33ead72f71d Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 26 Sep 2016 13:41:44 -0400 Subject: Also ensure that the Qt5 linguist tools are used during the build if the i18n option is enabled. --- port-files/FreeBSD/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit