diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-13 04:37:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-13 04:37:24 +0800 |
commit | b5a5b67fe292215f008632d3735ba3ffa13ba468 (patch) | |
tree | cbefb48418bd3c03aa77f48c7b7511e57603af45 /science | |
parent | b17a3affb2ce1d83db5fced57321ff36b12ef3e5 (diff) | |
download | freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.gz freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.zst freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.zip |
- Chase gsl shlib bump
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 4 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 4 | ||||
-rw-r--r-- | science/kst/Makefile | 3 | ||||
-rw-r--r-- | science/kst2/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 15a066924e85..9b185fdacc80 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,7 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 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.12:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack USE_FORTRAN= yes diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index a44b4dbcc43a..9a73ad57a58d 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9pre6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,7 +32,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler #--------------------------------------------------------------------------- LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot \ - gsl.12:${PORTSDIR}/math/gsl \ + gsl.13:${PORTSDIR}/math/gsl \ dps.0:${PORTSDIR}/x11/dgs \ readline.5:${PORTSDIR}/devel/readline diff --git a/science/kst/Makefile b/science/kst/Makefile index b93a0600c17b..0cae9a004de3 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific @@ -14,7 +15,7 @@ MAINTAINER= makc@issp.ac.ru COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.12:${PORTSDIR}/math/gsl + gsl.13:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index b93a0600c17b..0cae9a004de3 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific @@ -14,7 +15,7 @@ MAINTAINER= makc@issp.ac.ru COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.12:${PORTSDIR}/math/gsl + gsl.13:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |