[66143] trunk/dports/x11

jmr at macports.org jmr at macports.org
Mon Apr 5 23:37:32 PDT 2010


Revision: 66143
          http://trac.macports.org/changeset/66143
Author:   jmr at macports.org
Date:     2010-04-05 23:37:31 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
xorg, xorg-apps: noarch

Modified Paths:
--------------
    trunk/dports/x11/xorg/Portfile
    trunk/dports/x11/xorg-apps/Portfile

Modified: trunk/dports/x11/xorg/Portfile
===================================================================
--- trunk/dports/x11/xorg/Portfile	2010-04-06 06:31:59 UTC (rev 66142)
+++ trunk/dports/x11/xorg/Portfile	2010-04-06 06:37:31 UTC (rev 66143)
@@ -32,7 +32,9 @@
 }
 
 use_configure no
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 livecheck.type  none
 

Modified: trunk/dports/x11/xorg-apps/Portfile
===================================================================
--- trunk/dports/x11/xorg-apps/Portfile	2010-04-06 06:31:59 UTC (rev 66142)
+++ trunk/dports/x11/xorg-apps/Portfile	2010-04-06 06:37:31 UTC (rev 66143)
@@ -97,7 +97,9 @@
 }
 
 use_configure no
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 livecheck.type  none
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/147b26b9/attachment.html>


More information about the macports-changes mailing list