[82086] trunk/dports/aqua/Platypus/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Aug 7 09:38:32 PDT 2011


Revision: 82086
          http://trac.macports.org/changeset/82086
Author:   rmstonecipher at macports.org
Date:     2011-08-07 09:38:28 -0700 (Sun, 07 Aug 2011)
Log Message:
-----------
aqua/Platypus is non-universal on Snow Leopard and Lion (closes #30534, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/aqua/Platypus/Portfile

Modified: trunk/dports/aqua/Platypus/Portfile
===================================================================
--- trunk/dports/aqua/Platypus/Portfile	2011-08-07 15:46:59 UTC (rev 82085)
+++ trunk/dports/aqua/Platypus/Portfile	2011-08-07 16:38:28 UTC (rev 82086)
@@ -34,6 +34,10 @@
 build.target platypus ScriptExec Platypus
 destroot.target Platypus
 
+if {"darwin" == ${os.platform} && ${os.major} >= 10} {
+    universal_variant   no
+}
+
 post-destroot {
 	reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110807/fcd241fa/attachment.html>


More information about the macports-changes mailing list