Ticket #18262: Portfile.diff
File Portfile.diff, 695 bytes (added by michael-ring@…, 16 years ago) |
---|
-
Portfile
old new 61 61 port:freetype 62 62 63 63 patchfiles \ 64 patch-bind.diff 64 patch-bind.diff \ 65 patch-oci.diff 65 66 66 67 use_autoconf yes 67 68 autoconf.cmd ${prefix}/bin/autoconf213 … … 280 281 depends_lib-append \ 281 282 port:oracle-instantclient 282 283 configure.args-append \ 283 --with-oci8=instantclient,${prefix}/lib/oracle 284 --with-oci8=instantclient,${prefix}/lib/oracle \ 285 --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1 284 286 } 285 287 286 288 variant postgresql82 conflicts postgresql83 description {provide postgresql82 support} {