diff options
author | gerald <gerald@FreeBSD.org> | 2004-01-30 21:52:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-01-30 21:52:37 +0800 |
commit | 362c5f36ab81e6d90668190b1482ed3b44c7a38f (patch) | |
tree | 78f682abfea54ed0c7821b327fcd8556fc51a2a4 /lang/gcc33 | |
parent | 59181799b7683ec342a0b12f5866b7e177b16bf5 (diff) | |
download | freebsd-ports-gnome-362c5f36ab81e6d90668190b1482ed3b44c7a38f.tar.gz freebsd-ports-gnome-362c5f36ab81e6d90668190b1482ed3b44c7a38f.tar.zst freebsd-ports-gnome-362c5f36ab81e6d90668190b1482ed3b44c7a38f.zip |
The Fortran frontend binary is called g77, not f77.
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 6c178038f4f6..9455e8204f5b 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -138,7 +138,7 @@ post-install: do \ ${STRIP_CMD} $$prog ; \ done ) -.for f in c++ f77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh gij jv-scan jcf-dump jv-convert jar grepjar rmic rmiregistry +.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh gij jv-scan jcf-dump jv-convert jar grepjar rmic rmiregistry # gij and jv-convert, for example, are not built on all platforms. if [ -e ${PREFIX}/bin/${f}${SUFFIX} ]; then \ ${STRIP_CMD} ${PREFIX}/bin/${f}${SUFFIX}; \ |