Finish converting to optionng while here the dependency selection by language

Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
This commit is contained in:
Baptiste Daroussin 2012-06-09 17:41:23 +00:00
parent 5464fc8d08
commit 79342920e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298880

View File

@ -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