On Oct 12, 2013, at 14:09, [email protected] wrote: > Revision: 112137 > https://trac.macports.org/changeset/112137 > Author: [email protected] > Date: 2013-10-12 12:09:49 -0700 (Sat, 12 Oct 2013) > Log Message: > ----------- > gdal: add postgresql93 variant > > Modified Paths: > -------------- > trunk/dports/gis/gdal/Portfile > > Modified: trunk/dports/gis/gdal/Portfile > =================================================================== > --- trunk/dports/gis/gdal/Portfile 2013-10-12 16:08:01 UTC (rev 112136) > +++ trunk/dports/gis/gdal/Portfile 2013-10-12 19:09:49 UTC (rev 112137) > @@ -275,6 +275,12 @@ > configure.args-append --with-pg=${prefix}/lib/postgresql92/bin/pg_config > } > > +variant postgresql93 description {Enable PostgreSQL 9.3 support} { > + depends_lib-append port:postgresql93 > + configure.args-delete --without-pg > + configure.args-append > --with-pg=${prefix}/lib/postgresql93/bin/pg_config > +}
The postgresql variants presumably need to be marked as conflicting with one another. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
