← Back to Users
JRemmers's activity in the archive.
In FreeBSD, you can use /etc/make.conf to impose global controls on port building. For example, mine contains
WITHOUT_X11=YES WITHOUT_GUI=YES WITHOUT_NLS=YES
Then ports that would normally drag in all of X (e.g. vim and emacs) don't do it.
In FreeBSD, you can use /etc/make.conf to impose global controls on port building. For example, mine contains
WITHOUT_X11=YES
WITHOUT_GUI=YES
WITHOUT_NLS=YES
Then ports that would normally drag in all of X (e.g. vim and emacs) don't do it.