Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Apr 2006 09:02:11 -0600
From:      Eric Schuele <e.schuele@computer.org>
To:        Miguel <mmiranda@123.com.sv>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: show port's deps
Message-ID:  <442E95F3.7080705@computer.org>
In-Reply-To: <442E9097.1050408@123.com.sv>
References:  <442E9097.1050408@123.com.sv>

next in thread | previous in thread | raw e-mail | index | archive | help
Miguel wrote:
> Hi, how can i know what the dependencies are for a particular port?
> i want to know in advance before install the port, is there something 
> like emerge -pv in gentoo?, with this i mean a user friendly command, i 
> already know that doing a make search key=xxx and look at the B-DEPS and 
> R-DEPS lines you see them, but you have to search for your especific 
> port among the multitud of matches, BTW, what the diference between them?
> something like this would be great
> 
> # cd /usr/ports/lang/php5
> # make show_deps (or similar)
> 

try:
# make pretty-print-run-depends-list
    - or -
# make pretty-print-build-depends-list

HTH

> 
> thanks
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
> 


-- 
Regards,
Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?442E95F3.7080705>