[78626] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sat May 14 14:51:36 PDT 2011


Revision: 78626
          http://trac.macports.org/changeset/78626
Author:   ryandesign at macports.org
Date:     2011-05-14 14:51:36 -0700 (Sat, 14 May 2011)
Log Message:
-----------
pure, pure-devel: explain why not universal

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure-devel/Portfile

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2011-05-14 21:23:50 UTC (rev 78625)
+++ trunk/dports/lang/pure/Portfile	2011-05-14 21:51:36 UTC (rev 78626)
@@ -14,7 +14,6 @@
 use_parallel_build      yes
 homepage                http://pure-lang.googlecode.com/
 master_sites            ${homepage}files/
-universal_variant       no
 
 description \
     functional programming language based on term rewriting
@@ -47,6 +46,9 @@
 depends_run \
     path:bin/w3m:w3m
 
+# llvm is not universal
+universal_variant       no
+
 configure.args          --without-elisp
 
 platform macosx {

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2011-05-14 21:23:50 UTC (rev 78625)
+++ trunk/dports/lang/pure-devel/Portfile	2011-05-14 21:51:36 UTC (rev 78626)
@@ -13,7 +13,6 @@
 use_parallel_build      no
 homepage                http://pure-lang.googlecode.com/
 master_sites            ${homepage}files/
-universal_variant       no
 
 fetch.type              hg
 hg.url                  ${homepage}hg
@@ -54,6 +53,9 @@
 depends_run \
     path:bin/w3m:w3m
 
+# llvm is not universal
+universal_variant       no
+
 configure.args          --without-elisp
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110514/835e8da0/attachment-0001.html>


More information about the macports-changes mailing list