Modified: trunk/dports/aqua/fltk/Portfile (75875 => 75876)
--- 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+)*)'"