New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82463


Ignore:
Timestamp:
08/14/11 00:02:48 (4 years ago)
Author:
ryandesign@…
Message:

wget: remove compatibility no_ssl variant replaced a year ago with ssl variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/wget/Portfile

    r82455 r82463  
    5454} 
    5555 
    56 variant ssl conflicts no_ssl description {Build with SSL support} { 
     56variant ssl description {Build with SSL support} { 
    5757    depends_lib-append      port:openssl 
    5858    configure.args-replace  s|--without-ssl|--with-libssl-prefix=${prefix}| 
    5959} 
    6060 
    61 # Remove this variant later. 
    62 variant no_ssl conflicts ssl description {Build without SSL support} {} 
    63 if {[variant_isset no_ssl]} { 
    64     default_variants        -ssl 
    65 } else { 
    66     default_variants        +ssl 
    67 } 
     61default_variants        +ssl 
    6862 
    6963patchfiles \ 
Note: See TracChangeset for help on using the changeset viewer.