The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-03-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 268
Make options for wget

I mam trying to install wget from the command line without user intervention. So I devised something as follows:
Code:
cd /usr/ports/ftp/wget
make -DWITHOUT_GNUTLS=yes -DWITHOUT_IPV6=no -DWITHOUT_NLS=no -DWITHOUT_OPENSSL=no
However, this will still get me into the screen where user input is required. What would be the method of a silent install for wget?

Thank you for your information in advance