diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-24 09:31:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-24 09:31:07 +0000 |
commit | 8181a4fdd9ceb8afd261caa040555e6c78a86759 (patch) | |
tree | a5e0298502112451fa9f805ed3c25a39bf6316d0 /editors | |
parent | ea778892e1c346ecb2ffbe3222526fe91a68ba89 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice-i18n/Makefile | 2 |
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 |