There is a syntax error in the Makefile of the science/ruby-dcl port. A line-break in line 49. causes "make index" of the port indexfile to fail. .if ${ARCH} == "amd64" BROKEN= "Does not build on amd64 (Needs to link against shared libraries)" .endif Fix: remove the line break in line 49 of the Makefile How-To-Repeat: cd /usr/ports make index only on an AMD64 system I guess
State Changed From-To: open->closed Fixed, thanks!