aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-04-24 17:31:07 +0800
committerbapt <bapt@FreeBSD.org>2012-04-24 17:31:07 +0800
commite538f4a5c5c0d7c8dfa2c246729464511cc0fd35 (patch)
tree8f9b1ff3be131e58f53bbd9b0f7b118a682207e6
parentc34196bc23291d129b51aed931ba09f36284f556 (diff)
downloadfreebsd-ports-gnome-e538f4a5c5c0d7c8dfa2c246729464511cc0fd35.tar.gz
freebsd-ports-gnome-e538f4a5c5c0d7c8dfa2c246729464511cc0fd35.tar.zst
freebsd-ports-gnome-e538f4a5c5c0d7c8dfa2c246729464511cc0fd35.zip
Fix typo in variables name
-rw-r--r--editors/libreoffice-i18n/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile
index 38c984e1ec8e..c397f4c76649 100644
--- a/editors/libreoffice-i18n/Makefile
+++ b/editors/libreoffice-i18n/Makefile
@@ -48,7 +48,7 @@ OPTIONS+= ${${lang}_OPTION} "${${lang}_NAME} localization" off
.include <bsd.port.options.mk>
-.for lang in ${KDE4_LANG_ALL}
+.for lang in ${LO_LANG_ALL}
.if defined(WITH_ALL) || defined(WITH_${${lang}_OPTION})
RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
.endif