Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Nov 2004 12:52:44 -0500
From:      Serge Gagnon <ser_gagnon@sympatico.ca>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: making ports 
Message-ID:  <20041105175121.XGQQ29162.tomts5-srv.bellnexxia.net@quenix1.dyndns.org>
In-Reply-To: <20041105174258.CE93843D69@mx1.FreeBSD.org> 
References:  <20041105174258.CE93843D69@mx1.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

>>>>> On Fri, 5 Nov 2004, "Matt" == Matt wrote:

  Matt> When making a port, how do I pass arguments to make?  I.e. to
  Matt> build the port a specific way.

You could look at the Makefile and find for WITH_BLA_OPTION or 
WITHOUT_BLA_OPTIONS.
ex: 
; grep WITH /usr/ports/shells/rc/Makefile 
.if defined(WITH_READLINE)
.if !defined(WITH_READLINE)

cd /usr/shells/rc
make install WITH_READLINE=yes

You can also look at /etc/make.conf

-- 
Serge Gagnon <ser_gagnon@sympatico.ca>
Quebec, Qc, Canada




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041105175121.XGQQ29162.tomts5-srv.bellnexxia.net>