Ports Question

Chris Hill chris at monochrome.org
Sun Apr 27 00:58:00 UTC 2008


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 at monochrome.org
**                     [ Busy Expunging <|> ]


More information about the freebsd-questions mailing list