aboutsummaryrefslogtreecommitdiff
path: root/science/mpqc
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/mpqc
parent847d5bad96c984967e7de0b7ac61c246ce34b084 (diff)
downloadports-440984cf291a2c31802b28f56b3a26ca4f7496ff.tar.gz
ports-440984cf291a2c31802b28f56b3a26ca4f7496ff.zip
Notes
Diffstat (limited to 'science/mpqc')
-rw-r--r--science/mpqc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index bfe823a97b7f..7db707c564be 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpqc
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mpqc
@@ -50,8 +50,10 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259
-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_ICC)
CC= ${LOCALBASE}/intel_cc_80/bin/icc