[39520] trunk/dports/python/py25-py2app-devel/Portfile

rene at macports.org rene at macports.org
Fri Aug 22 17:17:16 PDT 2008


Revision: 39520
          http://trac.macosforge.org/projects/macports/changeset/39520
Author:   rene at macports.org
Date:     2008-08-22 17:17:16 -0700 (Fri, 22 Aug 2008)
Log Message:
-----------
python/py25-py2app-devel: Make py25-macholib a file dependency. (see #15568)

Modified Paths:
--------------
    trunk/dports/python/py25-py2app-devel/Portfile

Modified: trunk/dports/python/py25-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py25-py2app-devel/Portfile	2008-08-22 19:54:06 UTC (rev 39519)
+++ trunk/dports/python/py25-py2app-devel/Portfile	2008-08-23 00:17:16 UTC (rev 39520)
@@ -22,9 +22,11 @@
 svn.url             http://svn.pythonmac.org/py2app/py2app/trunk/
 worksrcdir          trunk
 
+set apymacholibfile "/lib/python2.5/site-packages/macholib/__init__.py"
+
 depends_lib-append  port:py25-setuptools \
                     port:py25-altgraph \
-                    port:py25-macholib \
+                    path:${prefix}${apymacholibfile}:py25-macholib \
                     port:py25-modulegraph-devel \
                     port:py25-bdist_mpkg
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080822/c6137270/attachment.html 


More information about the macports-changes mailing list