diff options
author | maho <maho@FreeBSD.org> | 2007-01-13 17:41:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-13 17:41:28 +0800 |
commit | 5d60c4a6d7eef5a0d1da1cb041813761dfed42af (patch) | |
tree | 60b8a175a06930f500c98dd6a4eaceb89a4abd88 /science | |
parent | c4aa9a5ed39cf546ce4a0a2f0292c43650762be5 (diff) | |
download | freebsd-ports-gnome-5d60c4a6d7eef5a0d1da1cb041813761dfed42af.tar.gz freebsd-ports-gnome-5d60c4a6d7eef5a0d1da1cb041813761dfed42af.tar.zst freebsd-ports-gnome-5d60c4a6d7eef5a0d1da1cb041813761dfed42af.zip |
* Migrate to gfortran.
* Bump port revision.
Diffstat (limited to 'science')
-rw-r--r-- | science/libctl/Makefile | 6 |
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 |