diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
commit | 338161958384cbdb221973b01a11d82931076f0c (patch) | |
tree | 9ad64d1ef4f015567812cf7538b084e6df860f1d /science | |
parent | 5b5364a3685860b6cb82a872a7e838bc9dc7c044 (diff) |
- Chase gsl shlib bump
Notes
Notes:
svn path=/head/; revision=225875
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 |