Ticket #21446: Portfile.diff
File Portfile.diff, 621 bytes (added by hukl@…, 15 years ago) |
---|
-
(a) Portfile vs. (b) (clipboard)
a b 45 45 configure.args-append --with-pgsql-libs=${prefix}/lib/postgresql83 46 46 configure.args-delete --with-mysql-includes 47 47 } 48 49 variant 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 }