Revision: 75876 http://trac.macports.org/changeset/75876 Author: ryandesign@macports.org Date: 2011-02-11 11:54:18 -0800 (Fri, 11 Feb 2011) Log Message: ----------- fltk: ensure supported_archs are obeyed, by moving the definition above the first time variables that use architectures are used; see #28367 Modified Paths: -------------- trunk/dports/aqua/fltk/Portfile Modified: trunk/dports/aqua/fltk/Portfile =================================================================== --- trunk/dports/aqua/fltk/Portfile 2011-02-11 18:29:46 UTC (rev 75875) +++ trunk/dports/aqua/fltk/Portfile 2011-02-11 19:54:18 UTC (rev 75876) @@ -41,6 +41,10 @@ use_parallel_build yes +# Force 32-bit (#21054) +supported_archs i386 ppc +universal_variant no + post-patch { reinplace "s|/Applications|${applications_dir}/${name}|g" \ ${worksrcpath}/fluid/Makefile \ @@ -60,10 +64,6 @@ destroot.target install \ install-desktop -# Force 32-bit (#21054) -supported_archs i386 ppc -universal_variant no - livecheck.type regexm livecheck.url ${homepage} livecheck.regex "Stable Release.*?\n.*?VERSION=(\\d+(\\.\\d+)*)'"
participants (1)
-
ryandesign@macports.org