eclipse-devel stops 'make index' in /usr/ports with WITH_MOTIF
Andrey Chernov
ache at freebsd.org
Sat Jan 21 14:09:24 PST 2006
On Sun, Jan 22, 2006 at 12:38:09AM +0300, Andrey Chernov wrote:
> "Makefile", line 82: Malformed conditional ((${BROWSER} == "firefox"))
> "Makefile", line 84: if-less endif
> make: fatal errors encountered -- cannot continue
> ===> java/eclipse-devel failed
>
> This is because BROWSER variable is never defined when WITH_MOTIF is set.
The fix:
.if (!defined(WITH_MOTIF) && ${BROWSER} == "firefox")
--
http://ache.pp.ru/
More information about the freebsd-eclipse
mailing list