svn commit: r321773 - head/editors/libreoffice
Jung-uk Kim
jkim at FreeBSD.org
Tue Jun 25 22:29:35 UTC 2013
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
More information about the svn-ports-head
mailing list