[66095] trunk/dports/gnome/gnome-common/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 5 20:39:55 PDT 2010


Revision: 66095
          http://trac.macports.org/changeset/66095
Author:   jmr at macports.org
Date:     2010-04-05 20:39:54 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
gnome-common: noarch

Modified Paths:
--------------
    trunk/dports/gnome/gnome-common/Portfile

Modified: trunk/dports/gnome/gnome-common/Portfile
===================================================================
--- trunk/dports/gnome/gnome-common/Portfile	2010-04-06 03:37:53 UTC (rev 66094)
+++ trunk/dports/gnome/gnome-common/Portfile	2010-04-06 03:39:54 UTC (rev 66095)
@@ -28,7 +28,11 @@
 
 use_parallel_build  yes
 
-universal_variant   no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/915e8779/attachment.html>


More information about the macports-changes mailing list