# Makefile.local
.if ${ARCH} == i386
BROKEN= adripillo_wrote_Makefile
.endif
cp -iv /root/Makefile.local /usr/ports/x11/nvidia-driver
cp -iv /root/Makefile.local /usr/ports/x11-drivers/xorg-driver
# etc
WITHOUT_X11=YES
SirDice said:If you want to build stuff without X add this to /etc/make.conf:
Code:WITHOUT_X11=YES
Most ports respect this. Except when it's an X application that doesn't have a commandline tool option.
The x11/nvidia-driver port doesn't need to be disabled, except perhaps x11/nvidia-settings there are no other ports that depend on it.