Installing WGET from ports / Makeflags

I tried to install wget from ports on FreeBSD 8.1 (jail/VPS account).

[cmd=]make install clean[/cmd] gives me four options, one being OpenSSL and another one GnuTLS. I should have chosen one or the other, however it was late / I have fat fingers / I’m a stupid newbie (delete as appropriate), so I hit enter with both ticked. The installation obviously fails and when I retry these options don’t come up anymore and the installation fails again. These makeflags don’t seem to be in the Makefile in the wget directory itself and I have no idea where they are stored. Any suggestions on how to change these settings?

Thanks
 
Or, just run [cmd=]make config[/cmd] to get the OPTIONS screen to appear, with your saved options selected, so you can see what you had selected previously and make changes as needed. :)
 
Back
Top