FreeBSD ports WITHOUT_X11
I never remember the syntax for this, should you need to build a port without X11 support do this:
# make WITHOUT_X11=yes
I never remember the syntax for this, should you need to build a port without X11 support do this:
# make WITHOUT_X11=yes
but how do you get it to remain perm?
Add WITHOUT_X11=yes to /etc/rc.conf
Thank you
In newer releases of FreeBSD (works in 6.x and 7.x, probably 5 and 4 as well)
add WITHOUT_X11=yes to /etc/make.conf instead