diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 09:26:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 09:26:56 +0800 |
commit | 7bf8357e280fd2afa43258158fa6178dd8f7bf23 (patch) | |
tree | 7dcb10e331f42622e8be652c31b6b708dbe4c455 /math/kaskade | |
parent | a9ccf6e5be8fba8b57f051c1ba9bb835ac3b39bf (diff) | |
download | freebsd-ports-gnome-7bf8357e280fd2afa43258158fa6178dd8f7bf23.tar.gz freebsd-ports-gnome-7bf8357e280fd2afa43258158fa6178dd8f7bf23.tar.zst freebsd-ports-gnome-7bf8357e280fd2afa43258158fa6178dd8f7bf23.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/kaskade')
-rw-r--r-- | math/kaskade/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index d92413f2d853..cee8aafca812 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -15,9 +15,7 @@ DISTNAME= ${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Adaptive linear scalar elliptic and parabolic problem solver -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -F77= gfortran42 +USE_FORTRAN= yes FORTRANLIBS= -lgfortranbegin -lgfortran GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. |