From 9e6d12eec123a2ec851449526497587c6e735eb8 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 26 Sep 2016 13:44:06 -0400 Subject: Fix a syntax issue with the new i18n option in the FreeBSD makefile. --- port-files/FreeBSD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'port-files') diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile index 5830711d..9b86ada1 100644 --- a/port-files/FreeBSD/Makefile +++ b/port-files/FreeBSD/Makefile @@ -56,7 +56,7 @@ QMAKE_ARGS= DEFAULT_SETTINGS=TrueOS .if${PORT_OPTIONS:MI18N} USE_QT5+= linguist_build -QMAKE_ARGS+=WITH_I18N +QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include -- cgit