[96781] trunk/dports/python/py-spatialite/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 19 00:03:34 PDT 2012


Revision: 96781
          https://trac.macports.org/changeset/96781
Author:   ryandesign at macports.org
Date:     2012-08-19 00:03:32 -0700 (Sun, 19 Aug 2012)
Log Message:
-----------
py-spatialite: don't overwrite portgroup's dependencies; see http://build.macports.org/builders/buildports-snowleopard-x86_64/builds/10084/steps/compile/logs/stdio

Modified Paths:
--------------
    trunk/dports/python/py-spatialite/Portfile

Modified: trunk/dports/python/py-spatialite/Portfile
===================================================================
--- trunk/dports/python/py-spatialite/Portfile	2012-08-19 06:37:14 UTC (rev 96780)
+++ trunk/dports/python/py-spatialite/Portfile	2012-08-19 07:03:32 UTC (rev 96781)
@@ -6,6 +6,7 @@
 
 # pyspatialite comes in several flavors according the spatialite API it's going to work with
 version             2.6.2
+revision            1
 set spatialite-compat "-spatialite.2.3.1"
 
 license             ZLIB
@@ -32,7 +33,8 @@
 python.default_version  27
 
 if {${subport} != ${name}} {
-    depends_lib     port:spatialite \
+    depends_lib-append \
+                    port:spatialite \
                     port:geos \
                     port:proj
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120819/e357e89f/attachment-0001.html>


More information about the macports-changes mailing list