[68515] trunk/dports/x11/tango-icon-theme/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jun 5 03:12:19 PDT 2010


Revision: 68515
          http://trac.macports.org/changeset/68515
Author:   jeremyhu at macports.org
Date:     2010-06-05 03:12:15 -0700 (Sat, 05 Jun 2010)
Log Message:
-----------
tango-icon-theme: supported_archs noarch

Modified Paths:
--------------
    trunk/dports/x11/tango-icon-theme/Portfile

Modified: trunk/dports/x11/tango-icon-theme/Portfile
===================================================================
--- trunk/dports/x11/tango-icon-theme/Portfile	2010-06-05 09:48:06 UTC (rev 68514)
+++ trunk/dports/x11/tango-icon-theme/Portfile	2010-06-05 10:12:15 UTC (rev 68515)
@@ -24,7 +24,11 @@
 
 use_bzip2       yes
 
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.regex  ${name}-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100605/1046aa97/attachment.html>


More information about the macports-changes mailing list