[99568] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Nov 9 21:14:14 PST 2012


Revision: 99568
          http://trac.macports.org//changeset/99568
Author:   jmr at macports.org
Date:     2012-11-09 21:14:13 -0800 (Fri, 09 Nov 2012)
Log Message:
-----------
py26-pyobjc, py27-pyobjc: clear deps on unsupported platform

Modified Paths:
--------------
    trunk/dports/python/py26-pyobjc/Portfile
    trunk/dports/python/py27-pyobjc/Portfile

Modified: trunk/dports/python/py26-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py26-pyobjc/Portfile	2012-11-10 04:23:03 UTC (rev 99567)
+++ trunk/dports/python/py26-pyobjc/Portfile	2012-11-10 05:14:13 UTC (rev 99568)
@@ -47,6 +47,7 @@
 }
 
 if {${os.platform} == "darwin" && ${os.major} <= 8} {
+    depends_lib
     pre-fetch {
         ui_error "${name} ${version} requires OS X 10.5 or greater."
         return -code error "incompatible OS X version"

Modified: trunk/dports/python/py27-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py27-pyobjc/Portfile	2012-11-10 04:23:03 UTC (rev 99567)
+++ trunk/dports/python/py27-pyobjc/Portfile	2012-11-10 05:14:13 UTC (rev 99568)
@@ -47,6 +47,7 @@
 }
 
 if {${os.platform} == "darwin" && ${os.major} <= 8} {
+    depends_lib
     pre-fetch {
         ui_error "${name} ${version} requires OS X 10.5 or greater."
         return -code error "incompatible OS X version"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121109/81d937e0/attachment.html>


More information about the macports-changes mailing list