diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:14:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:14:14 +0000 |
commit | 8c23dbd26005441c1869fd652cc6e8e7b541d213 (patch) | |
tree | bab3298a976c6fcff966da0a670bd05910b18852 /math/taucs | |
parent | 54f95939e0f9830e3d31acce9502d9e37e7a0a05 (diff) |
Notes
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 e19477f255b6..57981d1fe687 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> |