From 5d60c4a6d7eef5a0d1da1cb041813761dfed42af Mon Sep 17 00:00:00 2001 From: maho Date: Sat, 13 Jan 2007 09:41:28 +0000 Subject: * Migrate to gfortran. * Bump port revision. --- science/libctl/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit