[112867] trunk/dports/python/py-pyobjc/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 2 19:36:02 PDT 2013


Revision: 112867
          https://trac.macports.org/changeset/112867
Author:   ryandesign at macports.org
Date:     2013-11-02 19:36:02 -0700 (Sat, 02 Nov 2013)
Log Message:
-----------
py25-pyobjc: fix build on Mavericks

Modified Paths:
--------------
    trunk/dports/python/py-pyobjc/Portfile

Modified: trunk/dports/python/py-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc/Portfile	2013-11-03 02:31:19 UTC (rev 112866)
+++ trunk/dports/python/py-pyobjc/Portfile	2013-11-03 02:36:02 UTC (rev 112867)
@@ -51,7 +51,7 @@
                             sha1 6e1fbfa5708eefaf7a36147daf21f0aab62ec1e4 \
                             rmd160 a7063fe74ecc95b3105e78196e5b5adc3bba3d4a
         }
-        platform darwin 12 {
+        if {${os.platform} eq "darwin" && ${os.major} >= 12} {
             patchfiles-append 		patch-Modules-${version}.diff
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131102/d8e4b45a/attachment.html>


More information about the macports-changes mailing list