Date: Sat, 26 Apr 2008 20:35:21 -0400 (EDT) From: Chris Hill <chris@monochrome.org> To: Grant Peel <gpeel@thenetnow.com> Cc: freebsd-questions@freebsd.org Subject: Re: Ports Question Message-ID: <20080426202613.U25701@tripel.monochrome.org> In-Reply-To: <000b01c8a7e1$39c74520$6501a8c0@GRANT> References: <000b01c8a7e1$39c74520$6501a8c0@GRANT>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 26 Apr 2008, Grant Peel wrote: > What is the proper method to pass configure arguments when installing > a port? > > example, I am trying to build exim with mysql and spf support > > make -D "WITH_SPF=YES" -D "WITH_MYSQL=YES" I think for this example the proper syntax would be: make -DWITH_SPF -DWITH_MYSQL or even make -DWITH_SPF -DWITH_MYSQL install clean ..although I know nothing of exim. HTH. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080426202613.U25701>