ports から math/atlas を入れようと思って

portinstall -M "WITH_OPTIMIZED_FLAGS=1" math/atlas

したら,fortran のコンパイルのところで

building static lapack library
ranlib liblapack.a
gfortran41 -pg -O -mtune=athlon-mp -pipe -O2 -ffast-math -fomit-frame-pointer -o ilaenv.po -c ilaenv.f
gfortran41: -pg and -fomit-frame-pointer are incompatible
*** Error code 1

と,こけます.これを回避するにはどうすればいいでしょうか?
ちなみに USE_GCC=4.1 としていますが,3.4 でもおなじエラーが出ます.