[35881] trunk/dports/python/py25-game/Portfile

jmr at macports.org jmr at macports.org
Wed Apr 9 03:00:23 PDT 2008


Revision: 35881
          http://trac.macosforge.org/projects/macports/changeset/35881
Author:   jmr at macports.org
Date:     2008-04-09 03:00:22 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
py25-game: correct dependencies for Leopard vs others

Modified Paths:
--------------
    trunk/dports/python/py25-game/Portfile

Modified: trunk/dports/python/py25-game/Portfile
===================================================================
--- trunk/dports/python/py25-game/Portfile	2008-04-09 09:58:03 UTC (rev 35880)
+++ trunk/dports/python/py25-game/Portfile	2008-04-09 10:00:22 UTC (rev 35881)
@@ -30,8 +30,12 @@
                 port:libsdl_ttf \
                 port:smpeg \
                 port:py25-numeric \
-                port:py25-pyobjc \
-                port:py25-pyobjc2-cocoa
+                port:py25-pyobjc
+                
+platform darwin 9 {
+    depends_lib-delete port:py25-pyobjc
+    depends_lib-append port:py25-pyobjc2 port:py25-pyobjc2-cocoa
+}
 
 post-destroot   {
     file delete -force ${destroot}${prefix}/share/doc/${name}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/3cc02703/attachment.html


More information about the macports-changes mailing list