[114367] trunk/dports/python/py-pyxg/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 6 05:47:54 PST 2013


Revision: 114367
          https://trac.macports.org/changeset/114367
Author:   ryandesign at macports.org
Date:     2013-12-06 05:47:53 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
py-pyxg: verify OS is darwin before checking darwin version number

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

Modified: trunk/dports/python/py-pyxg/Portfile
===================================================================
--- trunk/dports/python/py-pyxg/Portfile	2013-12-06 13:44:13 UTC (rev 114366)
+++ trunk/dports/python/py-pyxg/Portfile	2013-12-06 13:47:53 UTC (rev 114367)
@@ -25,7 +25,7 @@
 supported_archs     noarch
 
 
-if {${os.major} > 11} {
+if {${os.platform} eq "darwin" && ${os.major} > 11} {
     archive_sites
     distfiles
     pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131206/f9c03065/attachment.html>


More information about the macports-changes mailing list