View Single Post
  #3   (View Single Post)  
Old 21st May 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Code:
# cd /usr/ports/editor/emacs
# make -DWITHOUT_X11 install clean
or
Code:
# make WITHOUT_X11=set install clean
If the WITHOUT_X11 make variable is set (doesn't matter what it is set to), then the port will not build with X11 support.

Adding WITHOUT_X11=whatever to /etc/make.conf will tell all ports in the tree to build without X11 support.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote