Revision: 100922 https://trac.macports.org/changeset/100922 Author: vince@macports.org Date: 2013-01-01 01:00:25 -0800 (Tue, 01 Jan 2013) Log Message: ----------- Add libxslt dependency Modified Paths: -------------- trunk/dports/databases/postgis2/Portfile Modified: trunk/dports/databases/postgis2/Portfile =================================================================== --- trunk/dports/databases/postgis2/Portfile 2013-01-01 08:21:03 UTC (rev 100921) +++ trunk/dports/databases/postgis2/Portfile 2013-01-01 09:00:25 UTC (rev 100922) @@ -22,14 +22,15 @@ homepage http://postgis.refractions.net/ master_sites http://www.postgis.org/download -distname postgis-${version} +distname postgis-${version} checksums rmd160 4756125b51268ff4d7a4b50d6eeb6e66d0135bb9 \ sha256 57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391 depends_build port:autoconf \ port:automake \ - port:libtool + port:libtool \ + port:libxslt depends_lib port:geos\ port:proj\ @@ -144,7 +145,7 @@ } build.args ICONV_LDFLAGS='-L${prefix}/lib -liconv' -use_parallel_build no +use_parallel_build no livecheck.type regex