aboutsummaryrefslogtreecommitdiff
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
parent5464fc8d082c6428874486f296d2873489c89190 (diff)
downloadports-79342920e05d5673b55c987918850edcf5d37ef2.tar.gz
ports-79342920e05d5673b55c987918850edcf5d37ef2.zip
Notes
-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