diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 01:26:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 01:26:56 +0000 |
commit | 87fa03e6ef781e851a4f48ff156f30311d09b63f (patch) | |
tree | b9f6a5f44e951a9d2958bcb9888d634c1fd8ea0c | |
parent | f693ee68ce96838992e52ace49b8bbc75e409b8a (diff) | |
download | ports-87fa03e6ef781e851a4f48ff156f30311d09b63f.tar.gz ports-87fa03e6ef781e851a4f48ff156f30311d09b63f.zip |
Notes
-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`/../../.. |