diff options
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> |