diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-06-25 22:24:04 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-06-25 22:24:04 +0000 |
commit | 37cd833d296c7db3511aa36024d891ae09f00f1c (patch) | |
tree | cdb41005b2d19d20eb38a08b11b5dc9f0b37a6a8 /editors/libreoffice | |
parent | 964f69396555cd06d5de7e3fbd71bea4e96bc03f (diff) | |
download | ports-37cd833d296c7db3511aa36024d891ae09f00f1c.tar.gz ports-37cd833d296c7db3511aa36024d891ae09f00f1c.zip |
Notes
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile.common | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index e277808d5c8b..0daf749c56ab 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -39,12 +39,7 @@ 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 |