diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 06:06:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 06:06:48 +0000 |
commit | 440984cf291a2c31802b28f56b3a26ca4f7496ff (patch) | |
tree | 40074eb9dadb0ed532ecf2e06d5c8b80226f2234 /science/mpqc | |
parent | 847d5bad96c984967e7de0b7ac61c246ce34b084 (diff) | |
download | ports-440984cf291a2c31802b28f56b3a26ca4f7496ff.tar.gz ports-440984cf291a2c31802b28f56b3a26ca4f7496ff.zip |
Notes
Diffstat (limited to 'science/mpqc')
-rw-r--r-- | science/mpqc/Makefile | 8 |
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 |