[55113] trunk/dports/python/py26-matplotlib

ram at macports.org ram at macports.org
Thu Aug 6 16:19:23 PDT 2009


Revision: 55113
          http://trac.macports.org/changeset/55113
Author:   ram at macports.org
Date:     2009-08-06 16:19:21 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
python/py26-matplotlib: fix python path

Modified Paths:
--------------
    trunk/dports/python/py26-matplotlib/Portfile
    trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff

Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile	2009-08-06 22:56:31 UTC (rev 55112)
+++ trunk/dports/python/py26-matplotlib/Portfile	2009-08-06 23:19:21 UTC (rev 55113)
@@ -6,6 +6,7 @@
 categories-append  graphics math
 name               py26-matplotlib
 version            0.98.5.3
+revision           1
 maintainers        ram openmaintainer
 platforms          darwin
 

Modified: trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff
===================================================================
--- trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff	2009-08-06 22:56:31 UTC (rev 55112)
+++ trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff	2009-08-06 23:19:21 UTC (rev 55113)
@@ -14,7 +14,7 @@
                       [os.path.join(p, 'lib64')     for p in basedir[sys.platform] ] )
  
      module.include_dirs.extend(incdirs)
-+    module.include_dirs.extend(['@@MPORTS_PREFIX@@/include/python2.5'])
++    module.include_dirs.extend(['@@MPORTS_PREFIX@@/include/python2.6'])
      module.include_dirs.append('.')
      module.library_dirs.extend(libdirs)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/157cb570/attachment.html>


More information about the macports-changes mailing list