[144228] trunk/dports/lang/gforth/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Mon Jan 4 17:42:08 PST 2016


Revision: 144228
          https://trac.macports.org/changeset/144228
Author:   ctreleaven at macports.org
Date:     2016-01-04 17:42:08 -0800 (Mon, 04 Jan 2016)
Log Message:
-----------
gforth: eliminate universal variant, fixes #28907

Modified Paths:
--------------
    trunk/dports/lang/gforth/Portfile

Modified: trunk/dports/lang/gforth/Portfile
===================================================================
--- trunk/dports/lang/gforth/Portfile	2016-01-05 00:49:23 UTC (rev 144227)
+++ trunk/dports/lang/gforth/Portfile	2016-01-05 01:42:08 UTC (rev 144228)
@@ -4,6 +4,7 @@
 
 name                gforth
 version             0.7.3
+revision            1
 categories          lang
 license             GPL-3+
 maintainers         ctreleaven openmaintainer
@@ -36,13 +37,12 @@
 test.target         check bench
 
 use_parallel_build  no
+universal_variant   no
 
 post-destroot {
   file delete -force ${destroot}${prefix}/share/info/dir
 }
 
 platform darwin {
-    if {${build_arch} eq "x86_64"} {
-        configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
-    }
+    configure.args-append --build=${configure.build_arch}-apple-${os.platform}${os.version}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160104/5f479f75/attachment.html>


More information about the macports-changes mailing list