ports install

hello , i try to install kde4 from ports but this port depend from another ports and this have a configure file and show me a configuration dialog , how i can compile without to show me this dialog and compile whit default configuration
 
Do an make config-recursive to resolve all these dialogs
You can try make BATCH=YES install if you dont want give answers at all
 
Back
Top