I am in the process of upgrading to FreeBSD 10, and would be intending to use BIND as I need the authoritative aspect of DNS that I can't get with unbound. As such, I switched to the ports folder /usr/ports/dns/bind910 and executed 
I am unsure why this is happening, it does look like GSSAPI was forced on in a change made earlier today, but I should still have the option to disable it.
Additionally, Heimdal is failing to even install:
	
	
	
		
Does anyone have an ideas on how I can work around this particular issue?
				
			 make config. I don't believe I need Heimdal, or GSSAPI at all, as I won't be tying this instance into any form of Samba authentication, or Windows Kerberos server. As a result, I've selected No GSSAPI support, however when I execute  make it still installed Heimdal.I am unsure why this is happening, it does look like GSSAPI was forced on in a change made earlier today, but I should still have the option to disable it.
Additionally, Heimdal is failing to even install:
		Code:
	
	====> Compressing man pages (compress-man)
===>  Installing for heimdal-1.5.2_5
===>  Checking if security/heimdal already installed
===>   Registering installation for heimdal-1.5.2_5 as automatic
pkg-static: lstat(/usr/ports/security/heimdal/work/stage/usr/local/man/man8/kcm.8.gz): No such file or directory
*** Error code 74
Stop.
make[3]: stopped in /usr/ports/security/heimdal
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/security/heimdal
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/dns/bind910
*** Error code 1
Stop.
make: stopped in /usr/ports/dns/bind910
	Does anyone have an ideas on how I can work around this particular issue?