diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 05:50:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 05:50:07 +0000 |
commit | 167c9e4db692e9ce12e39b6a3dd085b1cbaae043 (patch) | |
tree | 6a0ea1ec4bbb3120ef3681a43883d0e4206ea6fd /math/algae | |
parent | 959073263f37839a702a65137d4c598c2acfafdd (diff) |
Notes
Diffstat (limited to 'math/algae')
-rw-r--r-- | math/algae/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 19fb07c8e918..76ca6e8facce 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -40,7 +40,7 @@ post-patch: ${WRKSRC}/configure.in pre-configure: - @${DIRNAME} `${LOCALBASE}/bin/${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR + @${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR .include <bsd.port.pre.mk> |