This patch will fix net/lambamoo to build on 6.x. The problem exists when the configure script sets YACC in the Makefile. It sets it to "YACC= bison -y" on 6.x systems. For one reason or another this does not work. Where as on 4.x systems, it sets "YACC= byacc" which works fine. I set YACC=${YACC} in CONFIGURE_ENV to fix this problem. I also added the dependency for bison (USE_BISON) as well as adding MASTER_SITE_SOURCEFORGE into the MASTER_SITES. This has been tested on 6.0, 6.1, and 4.11. It builds and runs as expected. I will take over maintainership.
State Changed From-To: open->closed Committed. Thanks!