Ticket #17976: Portfile.diff
File Portfile.diff, 469 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
180 180 --with-gmp=${prefix} 181 181 } 182 182 183 variant db4 description {Add db4 handle support} { 184 # This compiles PHP5 with db46 enabled 185 depends_lib-append \ 186 port:db46 187 configure.args-append \ 188 --with-db4=${prefix} 189 } 190 183 191 variant dbase description {Add dBase file format support} { 184 192 configure.args-append \ 185 193 --enable-dbase