How to re-run the CONFIGURATION script for software in FreeBSD Ports
Some of the software in FreeBSD‘s Ports provide a menu based interface to configure the package. For instance, when you’re trying to install the curl package by typing make in the ports directory, the install has an option to use GNUTLS which you can select.
However if you do this without disabling OpenSSL, the port will fail to compile since these two options are mutually exclusive.
Read more