diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-06-25 22:29:34 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-06-25 22:29:34 +0000 |
commit | b0b37365fa1b3b434dd6ab58d26073f41e447b96 (patch) | |
tree | e640abdc3fd3da606ed2175e00b80e16daa1b1bf /editors/libreoffice | |
parent | 37cd833d296c7db3511aa36024d891ae09f00f1c (diff) | |
download | ports-b0b37365fa1b3b434dd6ab58d26073f41e447b96.tar.gz ports-b0b37365fa1b3b434dd6ab58d26073f41e447b96.zip |
Notes
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile.common | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 0daf749c56ab..1b1845ac86b4 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -39,7 +39,12 @@ PLISTD?= ${WRKDIR}/plist_dirs PLISTF?= ${WRKDIR}/plist_files .if defined(LO_I18N) +LO_HAS_DICT= af ar be bg bn br bs ca ca_XV cs da de el en_GB en_ZA es et \ + fr he hi hr hu it ku lt lv nb ne nl nn oc pl pt pt_BR ro ru \ + sh si sk sl sr sv te th uk zu +.if ${LO_HAS_DICT:M${LO_I18N}} PORTREVISION= 1 +.endif NO_BUILD= yes |