Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jun 2012 08:39:40 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        office@freebsd.org
Subject:   [patch] libreoffice-i18n broken
Message-ID:  <4FC863AC.8010004@bsdforen.de>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Just a small single line fix, affects all users who do not build WITH_ALL.

Found with my tinderbox (requeuing libreoffice-i18n wouldn't update
libreoffice).

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

[-- Attachment #2 --]
--- Makefile.orig	2012-06-01 08:31:23.000000000 +0200
+++ Makefile	2012-06-01 08:31:45.000000000 +0200
@@ -53,7 +53,7 @@
 .include <bsd.port.options.mk>
 
 .for lang in ${LO_LANG_ALL}
-.if defined(WITH_ALL) || defined(WITH_${${lang}_OPTION})
+.if defined(WITH_ALL) || defined(WITH_${lang})
 RUN_DEPENDS+=	${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
 .endif
 .endfor
home | help

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