Ticket #21446: Portfile.diff

File Portfile.diff, 621 bytes (added by hukl@…, 15 years ago)
  • (a) Portfile vs. (b) (clipboard)

    a b  
    4545    configure.args-append   --with-pgsql-libs=${prefix}/lib/postgresql83
    4646    configure.args-delete   --with-mysql-includes
    4747}
     48
     49variant postgresql84 description {Enable PostgreSQL support for newer PgSQL v8.4} {
     50    depends_lib-append      port:postgresql84
     51    depends_lib-delete      path:bin/mysql_config5:mysql5
     52    configure.args-append   --with-pgsql
     53    configure.args-append   --with-pgsql-includes=${prefix}/include/postgresql84
     54    configure.args-append   --with-pgsql-libs=${prefix}/lib/postgresql84
     55    configure.args-delete   --with-mysql-includes
     56}