[22953] branches/release_1_4/src/port1.0/resources/group

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 20 00:50:51 PDT 2007


Revision: 22953
          http://trac.macosforge.org/projects/macports/changeset/22953
Author:   jmpp at macports.org
Date:     2007-03-20 00:50:50 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
Merging mww's r22914 into 1.4 branch: small python 2.4 & 2.5 group code improvements

Modified Paths:
--------------
    branches/release_1_4/src/port1.0/resources/group/python24-1.0.tcl
    branches/release_1_4/src/port1.0/resources/group/python25-1.0.tcl

Modified: branches/release_1_4/src/port1.0/resources/group/python24-1.0.tcl
===================================================================
--- branches/release_1_4/src/port1.0/resources/group/python24-1.0.tcl	2007-03-20 07:35:51 UTC (rev 22952)
+++ branches/release_1_4/src/port1.0/resources/group/python24-1.0.tcl	2007-03-20 07:50:50 UTC (rev 22953)
@@ -35,12 +35,13 @@
 set python.bin	${prefix}/bin/python2.4
 set python.lib	${prefix}/lib/libpython2.4.dylib
 set python.pkgd	${prefix}/lib/python2.4/site-packages
+set python.include	${prefix}/include/python/2.4
 
 categories		python
 
 dist_subdir		python
 
-depends_lib		path:${python.bin}:python24
+depends_lib		port:python24
 
 use_configure	no
 

Modified: branches/release_1_4/src/port1.0/resources/group/python25-1.0.tcl
===================================================================
--- branches/release_1_4/src/port1.0/resources/group/python25-1.0.tcl	2007-03-20 07:35:51 UTC (rev 22952)
+++ branches/release_1_4/src/port1.0/resources/group/python25-1.0.tcl	2007-03-20 07:50:50 UTC (rev 22953)
@@ -35,12 +35,13 @@
 set python.bin	${prefix}/bin/python2.5
 set python.lib	${prefix}/lib/libpython2.5.dylib
 set python.pkgd	${prefix}/lib/python2.5/site-packages
+set python.include	${prefix}/include/python/2.4
 
 categories		python
 
 dist_subdir		python
 
-depends_lib		path:${python.bin}:python25
+depends_lib		port:python25
 
 use_configure	no
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070320/107d2ebd/attachment.html


More information about the macports-changes mailing list