java installation

Hello, I'can install java. What's wrong? Thanks

Code:
#cd /usr/ports/java/jdk16
#make

then I recieved this message:

Code:
[B]checking for XPROTO... configure: error: The pkg-config script could not be found or is too old[/B]. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively you may set the XPROTO_CFLAGS and XPROTO_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.

Code:
# pkg_info | grep xproto
xproto-7.0.15 X11 protocol headers
 
Back
Top