Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-19 Thread joris dedieu
2010/5/20 joris dedieu : > 2010/5/19 Boris Samorodov : >> On Wed, 19 May 2010 20:07:25 +0300 Ion-Mihai Tetcu wrote: >>> On Wed, 19 May 2010 08:11:48 +0200 >>> joris dedieu wrote: >> >>> > I would like to know if there is a way to tell a port that it depend >>> > on an other port >>> > but build wi

Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-19 Thread Boris Samorodov
On Wed, 19 May 2010 20:07:25 +0300 Ion-Mihai Tetcu wrote: > On Wed, 19 May 2010 08:11:48 +0200 > joris dedieu wrote: > > I would like to know if there is a way to tell a port that it depend > > on an other port > > but build with particulars options. > > > > Eg : port foo build depend on bar but

Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-19 Thread Eitan Adler
On Wed, May 19, 2010 at 9:11 AM, joris dedieu wrote: > Hi list, > I would like to know if there is a way to tell a port that it depend > on an other port > but build with particulars options. > > Eg : port foo build depend on bar but won't build if bar is not build > with WITH_PARTICULAR. > At th

Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-19 Thread Ion-Mihai Tetcu
On Wed, 19 May 2010 08:11:48 +0200 joris dedieu wrote: > Hi list, > I would like to know if there is a way to tell a port that it depend > on an other port > but build with particulars options. > > Eg : port foo build depend on bar but won't build if bar is not build > with WITH_PARTICULAR. > >

Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-18 Thread joris dedieu
Hi list, I would like to know if there is a way to tell a port that it depend on an other port but build with particulars options. Eg : port foo build depend on bar but won't build if bar is not build with WITH_PARTICULAR. I don't see anything to say that in bsd.port.mk, so before to implement