Ticket #44765: Portfile-freetds_gnu.diff
File Portfile-freetds_gnu.diff, 638 bytes (added by jprosser (Justin Prosser), 10 years ago) |
---|
-
Portfile
old new 80 80 configure.args-append --with-iodbc=${prefix} 81 81 } 82 82 83 variant openssl conflicts gnutls description {Enable SSL with OpenSSL} { 84 depends_lib-append port:openssl 85 configure.args-append --with-openssl=${prefix} 86 } 87 88 variant gnutls conflicts openssl description {Enable SSL with GnuTLS} { 89 depends_lib-append port:gnutls 90 configure.args-append --with-gnutls 91 } 92 83 93 livecheck.type regex 84 94 livecheck.url [lindex ${master_sites} 0] 85 95 livecheck.regex ${name}-(0\\.91\\.\\d+)${extract.suffix}