summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-09 17:41:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-09 17:41:23 +0000
commit79342920e05d5673b55c987918850edcf5d37ef2 (patch)
treea77d154190114e78d6f61b2b57275c5366d42349 /editors
parent- Update to version 33.1.0 (diff)
Finish converting to optionng while here the dependency selection by language
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes
Notes: svn path=/head/; revision=298880
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 f7201567bf37..ee50df463c62 100644
--- a/editors/libreoffice-i18n/Makefile
+++ b/editors/libreoffice-i18n/Makefile
@@ -53,7 +53,7 @@ ${lang}_DESC= ${${lang}_NAME} localization data
.include <bsd.port.options.mk>
.for lang in ${LO_LANG_ALL}
-.if defined(WITH_ALL) || defined(WITH_${${lang}_OPTION})
+.if ${PORT_OPTIONS:MALL} || ${PORT_OPTIONS:M${lang}}
RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
.endif
.endfor