Changeset 82463
- Timestamp:
- 08/14/11 00:02:48 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/wget/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/wget/Portfile
r82455 r82463 54 54 } 55 55 56 variant ssl conflicts no_ssldescription {Build with SSL support} {56 variant ssl description {Build with SSL support} { 57 57 depends_lib-append port:openssl 58 58 configure.args-replace s|--without-ssl|--with-libssl-prefix=${prefix}| 59 59 } 60 60 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 } 61 default_variants +ssl 68 62 69 63 patchfiles \
Note: See TracChangeset
for help on using the changeset viewer.

