summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/octave-devel/Makefile7
-rw-r--r--science/mpqc/Makefile5
2 files changed, 2 insertions, 10 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index d213bfbc4d38..c46d8c9c0529 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -56,12 +56,7 @@ BLAS= -lblas
LAPACK= -llapack
.endif
-WANT_FORTRAN= yes
-#workaround optimization bug in gcc42, not gfortran42
-#USE_GCC=4.2+
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
OCTAVE_VERSION= ${PORTVERSION}
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 6c42c0611f74..1acfb4bc21f9 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -50,10 +50,7 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
.if defined(WITH_ICC)
CC= ${LOCALBASE}/intel_cc_80/bin/icc