diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
commit | 57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch) | |
tree | 3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /science/getdp | |
parent | ff5d44386a0f35ef76ea2aadca5946fa10b8e982 (diff) |
Notes
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index d123e79867b1..69849861b0c6 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,6 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack GNU_CONFIGURE= yes |