[100922] trunk/dports/databases/postgis2/Portfile

vince at macports.org vince at macports.org
Tue Jan 1 01:00:25 PST 2013


Revision: 100922
          https://trac.macports.org/changeset/100922
Author:   vince at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/9ed752d8/attachment.html>


More information about the macports-changes mailing list