Ticket #20663: mutt-devel-1.5.20-Portfile.with-fix.patch
File mutt-devel-1.5.20-Portfile.with-fix.patch, 878 bytes (added by netj@…, 15 years ago) |
---|
-
Portfile
88 88 89 89 variant qdbm conflicts db4 gdbm tokyocabinet description {Use QDBM database} { 90 90 depends_lib-append port:qdbm 91 configure.args-append -- enable-qdbm --without-bdb --without-gdbm --without-tokyocabinet91 configure.args-append --with-qdbm --without-bdb --without-gdbm --without-tokyocabinet 92 92 } 93 93 94 94 variant gdbm conflicts db4 qdbm tokyocabinet description {Use GNU dbm database} { 95 95 depends_lib-append port:gdbm 96 configure.args-append -- enable-gdbm --without-bdb --without-qdbm --without-tokyocabinet96 configure.args-append --with-gdbm --without-bdb --without-qdbm --without-tokyocabinet 97 97 } 98 98 99 99 variant db4 conflicts qdbm gdbm tokyocabinet description {Use Berkeley DB database} {