diff options
author | jkim <jkim@FreeBSD.org> | 2013-06-26 06:24:04 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-06-26 06:24:04 +0800 |
commit | 0ca299aff7a43abbda0dfcafcceef5afbb5ad620 (patch) | |
tree | cdb41005b2d19d20eb38a08b11b5dc9f0b37a6a8 /editors/libreoffice | |
parent | 060a331ab117f431a2b62f8ade451b09e8ddcf35 (diff) | |
download | freebsd-ports-gnome-0ca299aff7a43abbda0dfcafcceef5afbb5ad620.tar.gz freebsd-ports-gnome-0ca299aff7a43abbda0dfcafcceef5afbb5ad620.tar.zst freebsd-ports-gnome-0ca299aff7a43abbda0dfcafcceef5afbb5ad620.zip |
Work around index build. Somehow it is broken in a weird way.
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 |