diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2013-04-11 10:03:50 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2013-04-11 10:03:50 +0000 |
commit | 46150162e53584b584025c7c5ec1745f502bfc43 (patch) | |
tree | 034ccb7ec8821b36570862e9cf3394fab0f18ccb /ftp | |
parent | c3b6d719806c7426e65dec8ea36bbbe7947b6ed3 (diff) | |
download | ports-46150162e53584b584025c7c5ec1745f502bfc43.tar.gz ports-46150162e53584b584025c7c5ec1745f502bfc43.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 626468661dd7..0643bc277808 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -18,9 +18,9 @@ GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes OPTIONS_RADIO= SSL -OPTIONS_RADIO_SSL= GNUTLS OPENSSL +OPTIONS_RADIO_SSL=GNUTLS OPENSSL OPTIONS_DEFINE= IPV6 NLS IDN -OPTIONs_DEFAULT= OPENSSL IDN +OPTIONS_DEFAULT=OPENSSL IDN .include <bsd.port.options.mk> |