diff options
author | bf <bf@FreeBSD.org> | 2011-05-10 00:42:27 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-05-10 00:42:27 +0800 |
commit | 9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82 (patch) | |
tree | 429963647e6e5bedcc078c89848272ba7005f80f /science/getdp | |
parent | 09c383e1087f0045ede49a9c0779de7fdbbe9e47 (diff) | |
download | freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.gz freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.zst freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.zip |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
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 f1d563fef856..13cbf00aec91 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,7 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= stephen@missouri.edu COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack USE_FORTRAN= yes |