diff options
author | jkim <jkim@FreeBSD.org> | 2013-06-26 06:46:13 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-06-26 06:46:13 +0800 |
commit | 8e49f337d41bc85acd2b452e00abaef47d2a4ad8 (patch) | |
tree | cdb41005b2d19d20eb38a08b11b5dc9f0b37a6a8 /editors | |
parent | a2af3ddf22f92f5e08c82764d4b7b0e492986d2f (diff) | |
download | freebsd-ports-gnome-8e49f337d41bc85acd2b452e00abaef47d2a4ad8.tar.gz freebsd-ports-gnome-8e49f337d41bc85acd2b452e00abaef47d2a4ad8.tar.zst freebsd-ports-gnome-8e49f337d41bc85acd2b452e00abaef47d2a4ad8.zip |
Revert the previous commit. It seems bmake and fmake do not agree on this.
Diffstat (limited to 'editors')
-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 1b1845ac86b4..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 |