[99816] trunk/dports/gis/qgis/Portfile
vince at macports.org
vince at macports.org
Sun Nov 18 02:02:33 PST 2012
Revision: 99816
https://trac.macports.org/changeset/99816
Author: vince at macports.org
Date: 2012-11-18 02:02:33 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
Correct py-psycopg2 and py-spatialite dependencies
Modified Paths:
--------------
trunk/dports/gis/qgis/Portfile
Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile 2012-11-18 09:45:56 UTC (rev 99815)
+++ trunk/dports/gis/qgis/Portfile 2012-11-18 10:02:33 UTC (rev 99816)
@@ -49,9 +49,6 @@
depends_build-append port:bison \
port:ld64
-depends_run-append port:py-psycopg2 \
- port:py-spatialite
-
post-extract {
system "cd ${worksrcpath} && mkdir build && mkdir Python.framework"
}
@@ -83,6 +80,9 @@
depends_lib-append port:py25-pyqt4
depends_build-append port:py25-sip
+ depends_run-append port:py25-psycopg2 \
+ port:py25-spatialite
+
configure.args-append "-DPYTHON_EXECUTABLE=${prefix}/bin/python2.5"
configure.args-append "-DPYUIC4_PROGRAM=${prefix}/bin/pyuic4-2.5"
@@ -96,6 +96,9 @@
depends_lib-append port:py26-pyqt4
depends_build-append port:py26-sip
+ depends_run-append port:py26-psycopg2 \
+ port:py26-spatialite
+
configure.args-append "-DPYTHON_EXECUTABLE=${prefix}/bin/python2.6"
configure.args-append "-DPYUIC4_PROGRAM=${prefix}/bin/pyuic4-2.6"
@@ -110,6 +113,9 @@
depends_lib-append port:py27-pyqt4
depends_build-append port:py27-sip
+ depends_run-append port:py27-psycopg2 \
+ port:py27-spatialite
+
configure.args-append "-DPYTHON_EXECUTABLE=${prefix}/bin/python2.7"
configure.args-append "-DPYUIC4_PROGRAM=${prefix}/bin/pyuic4-2.7"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/c6a6584e/attachment.html>
More information about the macports-changes
mailing list