Ticket #28928: gnucash-add-dbi-variant.patch
File gnucash-add-dbi-variant.patch, 524 bytes (added by fitz.elliott@…, 14 years ago) |
---|
-
Portfile
old new 79 79 configure.args-append --disable-ofx 80 80 } 81 81 82 variant dbi description {Adds dbi backend support (sqlite3 is the default. See libdbi-drivers variants for other backends)} { 83 depends_lib-append port:libdbi \ 84 port:libdbi-drivers 85 configure.args-delete --disable-dbi 86 configure.args-append --enable-dbi 87 } 88 82 89 variant no_x11 { 83 90 depends_run-delete port:evince 84 91 }