[patch] libreoffice-i18n broken

Dominic Fandrey kamikaze at bsdforen.de
Fri Jun 1 06:49:34 UTC 2012


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?
-------------- next part --------------
--- 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


More information about the freebsd-office mailing list