aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-16 05:51:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-16 05:51:11 +0000
commit4a78af366144dc63b2612bb59494b5a4001c2a06 (patch)
treea11e870bf9d4fdf7c6cb55a5a5678be4a22cc7bb /science
parent167c9e4db692e9ce12e39b6a3dd085b1cbaae043 (diff)
downloadports-4a78af366144dc63b2612bb59494b5a4001c2a06.tar.gz
ports-4a78af366144dc63b2612bb59494b5a4001c2a06.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/dft++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/dft++/Makefile b/science/dft++/Makefile
index a6a53725f434..27bd4221e746 100644
--- a/science/dft++/Makefile
+++ b/science/dft++/Makefile
@@ -60,7 +60,7 @@ OPTIMIZED_FLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boun
pre-patch:
${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile-pw
${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile-wl
- ${DIRNAME} `${LOCALBASE}/bin/${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
+ ${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
pre-configure:
@${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."