Revision: 120577 https://trac.macports.org/changeset/120577 Author: vince@macports.org Date: 2014-06-01 22:27:20 -0700 (Sun, 01 Jun 2014) Log Message: ----------- Add dependency to py2[67]-gdal. Modified Paths: -------------- trunk/dports/gis/qgis/Portfile Modified: trunk/dports/gis/qgis/Portfile =================================================================== --- trunk/dports/gis/qgis/Portfile 2014-06-02 05:16:47 UTC (rev 120576) +++ trunk/dports/gis/qgis/Portfile 2014-06-02 05:27:20 UTC (rev 120577) @@ -81,7 +81,8 @@ description use Python 2.6 { depends_lib-append port:py26-pyqt4 \ - port:py26-qscintilla + port:py26-qscintilla \ + port:py26-gdal depends_build-append port:py26-sip depends_run-append port:py26-psycopg2 \ port:py26-spatialite @@ -104,7 +105,8 @@ description use Python 2.7 { depends_lib-append port:py27-pyqt4 \ - port:py27-qscintilla + port:py27-qscintilla \ + port:py27-gdal depends_build-append port:py27-sip depends_run-append port:py27-psycopg2 \ port:py27-spatialite