aboutsummaryrefslogtreecommitdiff
path: root/math/taucs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 05:56:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 05:56:44 +0000
commit847d5bad96c984967e7de0b7ac61c246ce34b084 (patch)
tree219b2d9ad5918cc1f8ca3ebb1fd3b8997e35a504 /math/taucs
parentb6492ffad841fb2d99286eab661207e2075428e7 (diff)
downloadports-847d5bad96c984967e7de0b7ac61c246ce34b084.tar.gz
ports-847d5bad96c984967e7de0b7ac61c246ce34b084.zip
* Use gfortran42 only and not gcc42.
* Bump portrevision.
Notes
Notes: svn path=/head/; revision=182140
Diffstat (limited to 'math/taucs')
-rw-r--r--math/taucs/Makefile8
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}