Ticket #15824: subversionNoSASLVariant.diff
File subversionNoSASLVariant.diff, 562 bytes (added by ghosthound, 16 years ago) |
---|
-
Portfile
73 73 destroot.violate_mtree yes 74 74 } 75 75 76 variant no_sasl description {Build without sasl2 authentication support} { 77 depends_lib-delete port:cyrus-sasl2 78 configure.args-append --without-sasl 79 configure.args-delete --with-sasl=${prefix} 80 } 81 76 82 variant no_neon description {Build without neon (http/https support)} { 77 83 depends_lib-delete port:neon 78 84 configure.args-append --without-neon