On Jul 27, 2013, at 02:26, [email protected] wrote: > Revision: 108594 > https://trac.macports.org/changeset/108594 > Author: [email protected] > Date: 2013-07-27 00:26:09 -0700 (Sat, 27 Jul 2013) > Log Message: > ----------- > Try adding pkgconfig as a dependency to enable libxml2 building. > > Modified Paths: > -------------- > trunk/dports/databases/spatialite/Portfile > > Modified: trunk/dports/databases/spatialite/Portfile > =================================================================== > --- trunk/dports/databases/spatialite/Portfile 2013-07-27 04:42:19 UTC > (rev 108593) > +++ trunk/dports/databases/spatialite/Portfile 2013-07-27 07:26:09 UTC > (rev 108594) > @@ -25,6 +25,7 @@ > depends_lib port:sqlite3 \ > port:geos \ > port:proj \ > + port:pkgconfig \
Are you sure it's a library dependency? Usually pkgconfig is only a build dependency. Unless one of the programs installed by spatialite (a config program, perhaps?) internally uses pkgconfig. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
