diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 05:56:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 05:56:44 +0000 |
commit | 847d5bad96c984967e7de0b7ac61c246ce34b084 (patch) | |
tree | 219b2d9ad5918cc1f8ca3ebb1fd3b8997e35a504 /math/taucs | |
parent | b6492ffad841fb2d99286eab661207e2075428e7 (diff) |
Notes
Diffstat (limited to 'math/taucs')
-rw-r--r-- | math/taucs/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 263f98c1be90..11e35727e941 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -7,7 +7,7 @@ PORTNAME= taucs PORTVERSION= 2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ DISTNAME= ${PORTNAME} @@ -31,8 +31,10 @@ LAPACK= -llapack .endif LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis -WANT_FORTRAN=yes -USE_GCC=4.2+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |