LIB_DEPENDS not really required for build?

2007-02-04 Thread Gerald Pfeifer
I always relied on LIB_DEPENDS applying both at install time as well as build time, and strictly so, but apparently I was confused? % cd $PORTSDIR/lang/gcc42 ; make : === gcc-4.2.0_20070131 depends on shared library: gmp.7 - not found ===Verifying install for gmp.7 in

Re: LIB_DEPENDS not really required for build?

2007-02-04 Thread Andrew Pantyukhin
On 2/4/07, Gerald Pfeifer [EMAIL PROTECTED] wrote: I always relied on LIB_DEPENDS applying both at install time as well as build time, and strictly so, but apparently I was confused? % cd $PORTSDIR/lang/gcc42 ; make : === gcc-4.2.0_20070131 depends on shared library: gmp.7 - not found

Re: LIB_DEPENDS not really required for build?

2007-02-04 Thread Gerald Pfeifer
On Sun, 4 Feb 2007, Andrew Pantyukhin wrote: You should take another look at the excerpt you posted. Looks like portsdir has been redefined. Yes, PORTSDIR has been redefined to point to where my ports reside. ;-) I fully understand that I am missing these dependencies. They simply do not

Re: LIB_DEPENDS not really required for build?

2007-02-04 Thread Andrew Pantyukhin
On 2/4/07, Gerald Pfeifer [EMAIL PROTECTED] wrote: On Sun, 4 Feb 2007, Andrew Pantyukhin wrote: You should take another look at the excerpt you posted. Looks like portsdir has been redefined. Yes, PORTSDIR has been redefined to point to where my ports reside. ;-) I fully understand that I am