diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-17 04:52:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-17 04:52:15 +0000 |
commit | db9e3cfe9d8972e6a9b51ef150233cbd38c45298 (patch) | |
tree | cb4dc0c4bbb0563371fd54154cea410bbbad6268 /science | |
parent | 82eb6d187a8382a0c3e0fdd17d1b0339029250df (diff) | |
download | ports-db9e3cfe9d8972e6a9b51ef150233cbd38c45298.tar.gz ports-db9e3cfe9d8972e6a9b51ef150233cbd38c45298.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 69849861b0c6..9bcf06a2ec37 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,7 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -17,7 +17,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ - lapack.3:${PORTSDIR}/math/lapack + lapack.4:${PORTSDIR}/math/lapack + +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 +CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |