instaling 9.0 without clang

I use clang from port. Can I install 9.X without clang in base system?

I set MK_CLANG=no in /etc/make.conf and got error:
Code:
variable MK_CLANG can not be set by user.
 
And rebuild world. Don't forget to make delete-old too.
 
I didn't knew about /etc/src.conf. Should I migrate these make.conf settings into it?
Code:
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 -DLDAPMAP
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2 -lldap -llber
KERNCONF=VMWARE
 
Back
Top