diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-06-26 06:46:13 +0800 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-06-26 06:46:13 +0800 |
commit | bf4ea940283ab5d81acbb9b663e03a79ddb3018f (patch) | |
tree | cdb41005b2d19d20eb38a08b11b5dc9f0b37a6a8 | |
parent | b0b37365fa1b3b434dd6ab58d26073f41e447b96 (diff) | |
download | freebsd-ports-gnome-bf4ea940283ab5d81acbb9b663e03a79ddb3018f.tar.gz freebsd-ports-gnome-bf4ea940283ab5d81acbb9b663e03a79ddb3018f.tar.zst freebsd-ports-gnome-bf4ea940283ab5d81acbb9b663e03a79ddb3018f.zip |
Revert the previous commit. It seems bmake and fmake do not agree on this.
-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 |