On 12/6/2011 6:34 AM, David Holland wrote:
On Tue, Dec 06, 2011 at 01:22:43AM +0000, John Marino wrote: > Log Message: > devel/kdesdk3: Fix for DragonFly > > DragonFly needs devel/flex rather than USE_TOOLS+= lex in order to > build kdesdk3. Doesn't USE_TOOLS+=flex do that?
No, both lex and flex point to the same file: /usr/bin/lex mk/tools/tools.DragonFly.mk: TOOLS_PLATFORM.flex?= /usr/bin/lex TOOLS_PLATFORM.lex?= /usr/bin/lexwhich is actually kind of strange because on my system /usr/bin/flex exists, but /usr/bin/lex does not.
Does this indicate an old mk file perhaps? John