diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-10 19:00:35 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-10 19:00:35 +0800 |
commit | c140d9f9adc394f1bbb8a33ce4139621e9d2180b (patch) | |
tree | a05b644c5ec623f03d997b0019d109c6024a77d3 /math/algae | |
parent | 6e7adcecc062e709ee062c1c0a38e30a838b3d24 (diff) | |
download | freebsd-ports-gnome-c140d9f9adc394f1bbb8a33ce4139621e9d2180b.tar.gz freebsd-ports-gnome-c140d9f9adc394f1bbb8a33ce4139621e9d2180b.tar.zst freebsd-ports-gnome-c140d9f9adc394f1bbb8a33ce4139621e9d2180b.zip |
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
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 d3e375007ecf..0bd6fd1d43a3 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -25,7 +25,7 @@ MAN1= algae.1 INFO= algae USE_FORTRAN= yes -CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" LDFLAGS="${LDFLAGS} -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib" FORTRANLIBS= gfortranbegin gfortran post-patch: |