Can't install sessreg after new FreeBSD install.

I'm currently having a problem getting the x11/sessreg port to install on FreeBSD 9.0-RELEASE amd64. I first attempted to install by installing the x11/xorg port, but trying to install it on its own also gives the same error. Below is the STDERR output.

Code:
configure: error: Package requirements (xproto) were not met:

-I/usr/local/include 

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SESSREG_CFLAGS
and SESSREG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
===>  Script "configure" failed unexpectedly.
Please report the problem to x11@FreeBSD.org [maintainer] and attach the
"/usr/ports/x11/sessreg/work/sessreg-1.0.7/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

The full output: http://amorris.sdf.org/output.txt
The config.log: http://amorris.sdf.org/config.log

This is a brand spanking new installation of FreeBSD 9.0-RELEASE. Out of desperation, I even blew away all the partitions and started over with the install. No matter what I try I can't seem to get x11/sessreg installed, and thus I can't get x11/xorg installed.

Any help is appreciated. Thanks in advance.
 
Sorry for double posting, but I just thought to post the contents of xproto.pc and I'm not in the Regulars group yet since this is a new account.

Contents of xproto.pc:

Code:
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
includex11dir=${prefix}/include/X11
 
Name: Xproto
Description: Xproto headers
Version: 7.0.22
Cflags: -I${includedir}
 
No output on the exists call. When I do a pkg-config --list-all | grep xproto I get the following output, so xproto definitely exists:

Code:
xproto                         Xproto - Xproto headers
 
Back
Top