summaryrefslogtreecommitdiff
path: root/science/2dhf
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 06:06:48 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 06:06:48 +0000
commit440984cf291a2c31802b28f56b3a26ca4f7496ff (patch)
tree40074eb9dadb0ed532ecf2e06d5c8b80226f2234 /science/2dhf
parent* Use gfortran42 only and not gcc42. (diff)
* Use gfortran42 only and not gcc42.
* Bump portrevision.
Notes
Notes: svn path=/head/; revision=182141
Diffstat (limited to 'science/2dhf')
-rw-r--r--science/2dhf/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile
index f947418275b0..f193487b2de5 100644
--- a/science/2dhf/Makefile
+++ b/science/2dhf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= 2dhf
PORTVERSION= 2005.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://www.fizyka.umk.pl/~jkob/2dhf/
DISTNAME= ${PORTNAME}-05.05
@@ -34,8 +34,10 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
BLAS= -lblas
.endif
-WANT_FORTRAN=yes
-USE_GCC=4.2+
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
.if defined(WITH_OPTIMIZED_FLAGS)
FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double