If the PORTOBJFORMAT variable is not defined the makefiles for libpng die with syntax errors due to missing opperands to ==. One solution is to test that PORTOBJFORMAT is defined before testing its value. Fix: Apply the following patch to patch-aa. An alternative would be to set PORTOBJFORMAT to some value if it is not defined at the top instead of testing for it being deinfed multiply. How-To-Repeat: cd /usr/graphigs/png; make
State Changed From-To: open->closed You need to get the current bsd.port.mk if you want to use the current libpng port. :)