summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-01-10 14:49:34 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-01-10 14:49:34 +0000
commit4ae98c12212caf720761dd81f372e32ff46dcb7f (patch)
tree4a0ac2494e83f58f82bffdf7d756adaaa3ce67ce /science
parentEnable optional webcamera support (diff)
Switch to USE_FORTRAN.
Submitted by: gerald
Notes
Notes: svn path=/head/; revision=225646
Diffstat (limited to 'science')
-rw-r--r--science/cgnslib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile
index 3a36f638ce77..946283aa9a95 100644
--- a/science/cgnslib/Makefile
+++ b/science/cgnslib/Makefile
@@ -17,7 +17,6 @@ MAINTAINER= thierry@FreeBSD.org
COMMENT= CFD General Notation System library code
GNU_CONFIGURE= yes
-CONFIGURE_ENV= F77=${F77}
CONFIGURE_ARGS= --enable-shared=all
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
@@ -32,10 +31,7 @@ PLIST_SUB= HDF5="@comment "
.endif
.if !defined(WITHOUT_TESTS)
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
TESTSBIN= rundbtest cgwrite cgread
.endif