Date: Tue, 25 Jun 2013 22:29:34 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321773 - head/editors/libreoffice Message-ID: <201306252229.r5PMTYHL077122@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Jun 25 22:29:34 2013 New Revision: 321773 URL: http://svnweb.freebsd.org/changeset/ports/321773 Log: Rework the previous revision. It seems this version works with fmake. Modified: head/editors/libreoffice/Makefile.common Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Tue Jun 25 22:24:04 2013 (r321772) +++ head/editors/libreoffice/Makefile.common Tue Jun 25 22:29:34 2013 (r321773) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306252229.r5PMTYHL077122>