Solved harfbuzz install fails

Trying to install print/harfbuzz (it's required for vim package) and it's out with error:
Code:
make: stopped in /usr/ports/print/harfbuzz

In file included from hb-graphite2.cc:33:
./hb-graphite2.h:31:10: fatal error: `graphite2/Font.h` file not found
#include <graphite2/Font.h>

1 error generated.
How to fix it?

I've done this but fails not fixed:
# portsnap fetch
# portsnap extract

Update: version of harfbuzz is 0.9.36.

Solved:

# cd /usr/ports/graphics/graphite2
# make deinstall
# make install clean

# cd /usr/ports/print/harfbuzz
# make deinstall
# make install clean
 
Back
Top