summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-04-02 18:04:48 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-04-02 18:04:48 +0000
commit9d078d4e15e91794c63e341faeb993d39af6b7f4 (patch)
tree859066bd134ee540e3ed83245789471033a08250 /editors
parentFix plist (diff)
- Do not always build all languages.
PR: 177519 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at> Approved by: portmgr via tabthorpe
Notes
Notes: svn path=/head/; revision=315684
Diffstat (limited to 'editors')
-rw-r--r--editors/calligra-l10n/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile
index df9528968d39..cd6162f54cb5 100644
--- a/editors/calligra-l10n/Makefile
+++ b/editors/calligra-l10n/Makefile
@@ -33,7 +33,7 @@ zh_TW_PORT= chinese/calligra-l10n-zh_TW
.include "${.CURDIR}/../../misc/kde4-l10n/files/kde4-lang-names"
nb_NAME= Norwegian Bokmal
-OPTIONS_DEFINE= ALL
+OPTIONS_DEFINE= ALL ${LANG_OPT_ALL}
OPTIONS_DEFAULT=ALL
ALL_DESC= All localizations
@@ -42,17 +42,20 @@ ALL_DESC= All localizations
${lang}_DETECT?= ${KDE4_PREFIX}/share/locale/${lang}/LC_MESSAGES/calligra.mo
${lang}_PORT?= editors/calligra-l10n-${lang}
${lang}_NAME?= ${lang}
-${lang}_OPTION= ${lang:S/@/_/}
-OPTIONS_DEFINE+= ${${lang}_OPTION}
-${${lang}_OPTION}_DESC= ${${lang}_NAME} localization
+
+${lang}_OPT= ${lang:S/@/_/}
+LANG_OPT_ALL+= ${${lang}_OPT}
+${${lang}_OPT}_DESC= ${${lang}_NAME} localization
+
+${${lang}_OPT}_DEP= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
.endfor
.include <bsd.port.options.mk>
-.for lang in ${CALLIGRA_LANG_ALL}
-.if ${PORT_OPTIONS:MALL} || ${PORT_OPTIONS:M${${lang}_OPTION}}
-RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
-.endif
+.for opt in ${LANG_OPT_ALL}
+. if ${PORT_OPTIONS:M${opt}} || ${PORT_OPTIONS:MALL}
+RUN_DEPENDS+= ${${opt}_DEP}
+. endif
.endfor
do-install: