Ticket #22899: Portfile.patch
File Portfile.patch, 548 bytes (added by konistehrad@…, 15 years ago) |
---|
-
Portfile
old new 30 30 --disable-php \ 31 31 --disable-ruby \ 32 32 --disable-java \ 33 --disable-python 33 --disable-python \ 34 --disable-dotnet 35 36 variant csharp description {Build C#/.NET bindings} { 37 depends_lib-append port:swig-csharp 38 configure.args-delete --disable-dotnet 39 } 34 40 35 41 variant java description {Build Java bindings} { 36 42 depends_lib-append port:swig-java