diff options
author | maho <maho@FreeBSD.org> | 2007-07-12 07:14:14 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-12 07:14:14 +0000 |
commit | b24c2d6b34d974e4cde23fd5a50ab4b6e2d8f6b3 (patch) | |
tree | 6161d58a0cc232094c6e81a25b27c7429a3506ef /math/taucs | |
parent | 9597239384d4eb8d3371aba2367eed326efc146a (diff) | |
download | FreeBSD-ports-b24c2d6b34d974e4cde23fd5a50ab4b6e2d8f6b3.zip FreeBSD-ports-b24c2d6b34d974e4cde23fd5a50ab4b6e2d8f6b3.tar.gz |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/taucs')
-rw-r--r-- | math/taucs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile index e19477f..57981d1 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -16,10 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= C library of sparse linear solvers -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes .include <bsd.port.pre.mk> |