Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 22:24:04 +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: r321772 - head/editors/libreoffice
Message-ID:  <201306252224.r5PMO418076526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Jun 25 22:24:04 2013
New Revision: 321772
URL: http://svnweb.freebsd.org/changeset/ports/321772

Log:
  Work around index build.  Somehow it is broken in a weird way.

Modified:
  head/editors/libreoffice/Makefile.common

Modified: head/editors/libreoffice/Makefile.common
==============================================================================
--- head/editors/libreoffice/Makefile.common	Tue Jun 25 22:01:59 2013	(r321771)
+++ head/editors/libreoffice/Makefile.common	Tue Jun 25 22:24:04 2013	(r321772)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306252224.r5PMO418076526>