diff options
author | maho <maho@FreeBSD.org> | 2007-01-16 13:51:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-16 13:51:11 +0800 |
commit | f0ca49ed41e80d9c4315c887a49ccbf60e1f875b (patch) | |
tree | 62904853ccb8ea68ad7a12acd4e82bfa65df3d95 /science | |
parent | 6a7fa4d99f43438451d943c674ec7327ea5f645f (diff) | |
download | freebsd-ports-gnome-f0ca49ed41e80d9c4315c887a49ccbf60e1f875b.tar.gz freebsd-ports-gnome-f0ca49ed41e80d9c4315c887a49ccbf60e1f875b.tar.zst freebsd-ports-gnome-f0ca49ed41e80d9c4315c887a49ccbf60e1f875b.zip |
change ${LOCALBASE}/bin/${FC} to ${F77}.
path is /sbin:/bin:/usr/sbin:/usr/bin:${LOCALBASE}/sbin:${LOCALBASE}/bin:${X11BASE}/bin
Submitted by: kris
Diffstat (limited to 'science')
-rw-r--r-- | science/dft++/Makefile | 2 |
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." |