On Sun, 17 May 2009, Kent Stewart wrote: > > I'm using today's current and just tried the following in lang/gcc43 > > to hopefully be able to build ffw3 with the following made and > > resulting errors. > > > > # make WITHOUT_JAVA=yes > > > > You really needed to man make. I did a "setenv WITHOUT_JAVA yes" in my > .cshrc, > brought up a new konsole and everything built. For make, I think it would > have to be > "make -D WITHOUT_JAVA=yes".
No, passing variable overrides to make(1) on the command line works without the -D flag. Why do you believe it is necessary? -- Sahil Tandon <sa...@tandon.net> _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"