Modified: trunk/dports/math/fftw-3/Portfile (70410 => 70411)
--- trunk/dports/math/fftw-3/Portfile 2010-08-08 15:03:39 UTC (rev 70410)
+++ trunk/dports/math/fftw-3/Portfile 2010-08-08 15:13:09 UTC (rev 70411)
@@ -77,6 +77,7 @@
variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
depends_lib-append port:gcc42
+ depends_skip_archcheck gcc42
configure.f77 gfortran-mp-4.2
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
@@ -90,6 +91,7 @@
variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
depends_lib-append port:gcc43
+ depends_skip_archcheck gcc43
configure.f77 gfortran-mp-4.3
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
@@ -103,6 +105,7 @@
variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
depends_lib-append port:gcc44
+ depends_skip_archcheck gcc44
configure.f77 gfortran-mp-4.4
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
@@ -116,6 +119,7 @@
variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
depends_lib-append port:g95
+ depends_skip_archcheck g95
configure.f77 g95
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
Modified: trunk/dports/math/fftw-3-single/Portfile (70410 => 70411)
--- trunk/dports/math/fftw-3-single/Portfile 2010-08-08 15:03:39 UTC (rev 70410)
+++ trunk/dports/math/fftw-3-single/Portfile 2010-08-08 15:13:09 UTC (rev 70411)
@@ -82,6 +82,7 @@
variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
depends_lib-append port:gcc42
+ depends_skip_archcheck gcc42
configure.f77 gfortran-mp-4.2
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
@@ -95,6 +96,7 @@
variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
depends_lib-append port:gcc43
+ depends_skip_archcheck gcc43
configure.f77 gfortran-mp-4.3
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
@@ -108,6 +110,7 @@
variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
depends_lib-append port:gcc44
+ depends_skip_archcheck gcc44
configure.f77 gfortran-mp-4.4
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {
@@ -121,6 +124,7 @@
variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
depends_lib-append port:g95
+ depends_skip_archcheck g95
configure.f77 g95
configure.args-delete --disable-fortran
if { ${os.arch} == "i386" } {