svn commit: r321774 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Tue Jun 25 22:46:13 UTC 2013


Author: jkim
Date: Tue Jun 25 22:46:13 2013
New Revision: 321774
URL: http://svnweb.freebsd.org/changeset/ports/321774

Log:
  Revert the previous commit.  It seems bmake and fmake do not agree on this.

Modified:
  head/editors/libreoffice/Makefile.common

Modified: head/editors/libreoffice/Makefile.common
==============================================================================
--- head/editors/libreoffice/Makefile.common	Tue Jun 25 22:29:34 2013	(r321773)
+++ head/editors/libreoffice/Makefile.common	Tue Jun 25 22:46:13 2013	(r321774)
@@ -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
 


More information about the svn-ports-all mailing list