[108594] trunk/dports/databases/spatialite/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Jul 27 23:19:56 PDT 2013


On Jul 27, 2013, at 02:26, vince at macports.org wrote:

> Revision: 108594
>          https://trac.macports.org/changeset/108594
> Author:   vince at macports.org
> 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.




More information about the macports-dev mailing list