[59216] trunk/dports/gis/qgis/Portfile

vince at macports.org vince at macports.org
Sun Oct 11 13:07:45 PDT 2009


Revision: 59216
          http://trac.macports.org/changeset/59216
Author:   vince at macports.org
Date:     2009-10-11 13:07:43 -0700 (Sun, 11 Oct 2009)
Log Message:
-----------
Corrects a small bug (Python2.6 instead of Python${Pyverpath})

Modified Paths:
--------------
    trunk/dports/gis/qgis/Portfile

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2009-10-11 19:53:44 UTC (rev 59215)
+++ trunk/dports/gis/qgis/Portfile	2009-10-11 20:07:43 UTC (rev 59216)
@@ -180,7 +180,7 @@
 		}
 												 
 		system							"cd ${Python_FRM} ; \
-													ln -s Versions/${Pyverpath}/include/python2.6 Headers ; \
+													ln -s Versions/${Pyverpath}/include/python${Pyverpath} Headers ; \
 													ln -s Versions/${Pyverpath}/Python . ; \
 													ln -s Versions/${Pyverpath}/Resources . ; \
 													touch /private/tmp/qgis_pypatch"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091011/f898a034/attachment.html>


More information about the macports-changes mailing list