aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-04-24 09:31:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-04-24 09:31:07 +0000
commit8181a4fdd9ceb8afd261caa040555e6c78a86759 (patch)
treea5e0298502112451fa9f805ed3c25a39bf6316d0 /editors
parentea778892e1c346ecb2ffbe3222526fe91a68ba89 (diff)
Notes
Diffstat (limited to 'editors')
-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