Revision
32356
Author
mww@macports.org
Date
2007-12-27 03:31:39 -0800 (Thu, 27 Dec 2007)

Log Message

fix 'enable-languages' string in 'gfortran' variant

Modified Paths

Diff

Modified: trunk/dports/lang/gcc43/Portfile (32355 => 32356)


--- trunk/dports/lang/gcc43/Portfile	2007-12-27 08:43:48 UTC (rev 32355)
+++ trunk/dports/lang/gcc43/Portfile	2007-12-27 11:31:39 UTC (rev 32356)
@@ -107,7 +107,7 @@
 variant gfortran \
 	description "Enables fortran; this language will be enabled in the final version - this variant is completely untested!" {
 	configure.args-delete --enable-languages=c,c++,objc,obj-c++
-	configure.args-append --enable-languages=c,c++,objc,objc++,fortran
+	configure.args-append --enable-languages=c,c++,objc,obj-c++,fortran
 }
 
 livecheck.check	regex