summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-13 09:41:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-13 09:41:28 +0000
commita22e9b01bfe3238dd0e8bd45c3d19328b3d18a39 (patch)
tree3919b15802779e960b85542b2f4c6d3e277b061f /science
parent* Migrate to gfortran. (diff)
* Migrate to gfortran.
* Bump port revision.
Notes
Notes: svn path=/head/; revision=182289
Diffstat (limited to 'science')
-rw-r--r--science/libctl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 4794221d1815..b7cba56adf81 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libctl
PORTVERSION= 3.0.2
+PORTREVISION 1
CATEGORIES= science math
MASTER_SITES= http://ab-initio.mit.edu/libctl/
@@ -17,6 +18,11 @@ COMMENT= Control Language Library
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
+WANT_FORTRAN=yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
MAN1= gen-ctl-io.1