Date: Thu, 19 Jun 2008 16:50:36 +0100 From: RW <fbsd06@mlists.homeunix.com> To: freebsd-ports@freebsd.org Subject: Re: Who should honor WITHOUT_X11? Message-ID: <20080619165036.0284cf85@gumby.homeunix.com.> In-Reply-To: <7d6fde3d0806190836u2f0f96d6i75b3fc1b4edd73b1@mail.gmail.com> References: <7d6fde3d0806190836u2f0f96d6i75b3fc1b4edd73b1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Jun 2008 08:36:56 -0700 "Garrett Cooper" <yanefbsd@gmail.com> wrote: > Trying to build dbus recently on my system without X11 installed, I > ran into a few compile issues because I had put WITHOUT_X11=yes into > src.conf. However, I put WITHOUT_X11=yes into make.conf and was able > to compile dbus properly (in the end). > > So, my questions are: > 1. Should make.conf be responsible for the WITHOUT_X11 or should > another file be responsible for it? src.conf is for the base-system only. X11 is not in the base-system, so nothing in the base-system will be affected by WITHOUT_X11. You put it in make.conf, or any other place where you configure for ports.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080619165036.0284cf85>