From 46150162e53584b584025c7c5ec1745f502bfc43 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Thu, 11 Apr 2013 10:03:50 +0000 Subject: ftp/wget: * Fix a typo in options variable (introduced in r315271) * Whitespace change to align the values PR: ports/177662 Submitted by: Jeremy Chadwick Approved by: portmgr --- ftp/wget/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp') 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 -- cgit v1.2.3