Author: Dan Langille
Date: 11-12-01 16:53
$ grep -i bind /etc/defaults/make.conf
#NO_BIND= true # do not build BIND
Sounds like adding:
NO_BIND=true
to /etc/make.conf is a plan.
You might want to get a second opinion there. But it sounds like a good idea to me. Ahh hell, go ahead and try it. The worst that can happen is that you must reinstall from ports after your build world.
|
|