diff options
author | jkim <jkim@FreeBSD.org> | 2013-06-26 06:29:34 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-06-26 06:29:34 +0800 |
commit | a2af3ddf22f92f5e08c82764d4b7b0e492986d2f (patch) | |
tree | e640abdc3fd3da606ed2175e00b80e16daa1b1bf | |
parent | 0ca299aff7a43abbda0dfcafcceef5afbb5ad620 (diff) | |
download | freebsd-ports-gnome-a2af3ddf22f92f5e08c82764d4b7b0e492986d2f.tar.gz freebsd-ports-gnome-a2af3ddf22f92f5e08c82764d4b7b0e492986d2f.tar.zst freebsd-ports-gnome-a2af3ddf22f92f5e08c82764d4b7b0e492986d2f.zip |
Rework the previous revision. It seems this version works with fmake.
-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 |