diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-04-08 21:53:22 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-04-08 21:53:22 +0800 |
commit | 5be4d13784e185266041c747cc5a63292ea42b4a (patch) | |
tree | ed1127f000644c9547cfbbd16702441b14e5e528 /science/getdp | |
parent | 1c65f8da0a51f3fc49f949e6dadcf1487af6d560 (diff) | |
download | freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.tar.gz freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.tar.zst freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.zip |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor)
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index de81b5c0d50b..b716bd018d21 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,7 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack USE_FORTRAN= yes |