[66088] trunk/dports/devel/autoconf/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 5 19:46:36 PDT 2010


Revision: 66088
          http://trac.macports.org/changeset/66088
Author:   jmr at macports.org
Date:     2010-04-05 19:46:34 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
autoconf: mark as noarch if possible

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

Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile	2010-04-06 02:02:28 UTC (rev 66087)
+++ trunk/dports/devel/autoconf/Portfile	2010-04-06 02:46:34 UTC (rev 66088)
@@ -22,7 +22,11 @@
 homepage         http://www.gnu.org/software/autoconf/
 master_sites     gnu
 use_bzip2        yes
-universal_variant       no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 checksums        md5 a6de1cc6434cd64038b0a0ae4e252b33 \
                  sha1 9126ffb8d7d59f38f305ef53e208531d4b75bb87 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/efcba178/attachment.html>


More information about the macports-changes mailing list