[66097] trunk/dports/textproc/intltool/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 5 20:45:47 PDT 2010


Revision: 66097
          http://trac.macports.org/changeset/66097
Author:   jmr at macports.org
Date:     2010-04-05 20:45:46 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
intltool: noarch

Modified Paths:
--------------
    trunk/dports/textproc/intltool/Portfile

Modified: trunk/dports/textproc/intltool/Portfile
===================================================================
--- trunk/dports/textproc/intltool/Portfile	2010-04-06 03:43:02 UTC (rev 66096)
+++ trunk/dports/textproc/intltool/Portfile	2010-04-06 03:45:46 UTC (rev 66097)
@@ -41,7 +41,11 @@
 test.run        yes
 test.target     check
 
-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/f2fb0be3/attachment.html>


More information about the macports-changes mailing list