Ticket #32451: Portfile-gdal.diff
File Portfile-gdal.diff, 576 bytes (added by shirshegsm@…, 13 years ago) |
---|
-
Portfile
old new 224 224 configure.args-append --with-pg=${prefix}/lib/postgresql90/bin/pg_config 225 225 } 226 226 227 variant postgresql91 description {Enable PostgreSQL 9.1 support} { 228 depends_lib-append port:postgresql91 229 configure.args-delete --without-pg 230 configure.args-append --with-pg=${prefix}/lib/postgresql91/bin/pg_config 231 } 232 227 233 variant mysql5 description {Enable MySQL 5 support} { 228 234 depends_lib-append path:bin/mysql_config5:mysql5 229 235 configure.args-delete --without-mysql