[68246] trunk/dports/devel/autoconf213/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat May 29 15:34:03 PDT 2010


Revision: 68246
          http://trac.macports.org/changeset/68246
Author:   jeremyhu at macports.org
Date:     2010-05-29 15:34:00 -0700 (Sat, 29 May 2010)
Log Message:
-----------
autoconf213: supported_archs noarch for newer base

Modified Paths:
--------------
    trunk/dports/devel/autoconf213/Portfile

Modified: trunk/dports/devel/autoconf213/Portfile
===================================================================
--- trunk/dports/devel/autoconf213/Portfile	2010-05-29 22:25:42 UTC (rev 68245)
+++ trunk/dports/devel/autoconf213/Portfile	2010-05-29 22:34:00 UTC (rev 68246)
@@ -11,8 +11,13 @@
 homepage                http://www.gnu.org/software/autoconf/
 master_sites            gnu:autoconf
 distname                autoconf-${version}
-universal_variant       no
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
+
 description \
     Automatically configures software for compilation
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100529/31a14f73/attachment.html>


More information about the macports-changes mailing list