--- /opt/local/var/macports/sources/aosgsv.local/ports/lang/g95/Portfile	2007-12-21 18:25:14.000000000 +0900
+++ Portfile	2008-01-08 16:33:49.000000000 +0900
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name            g95
 version         0.90
-revision        2
+revision        3
 platforms       darwin
 categories      lang
 maintainers     takeshi@mac.com
@@ -43,10 +43,10 @@
         set gcc_configargs "--with-as=${prefix}/bin/odas --with-ld=${prefix}/bin/odld --with-nm=${prefix}/bin/odnm"
     }
     system "unset CPPFLAGS; unset LDFLAGS; \
+            export CPPFLAGS=-I${prefix}/include; \
             cd ${workpath}/gcc-${version_gcc}/${name}; \
-            ../configure --prefix=${prefix}/${gcclib} \
-            --enable-languages=c ${gcc_configargs} --with-included-gettext \
-            --with-gmp=${prefix} --with-mpfr=${prefix}; \
+            ../configure --prefix=${prefix}/${gcclib} --with-libiconv-prefix=${prefix}/include \
+            --enable-languages=c ${gcc_configargs} --with-included-gettext; \
             make"
 }
 

