diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
commit | d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch) | |
tree | 70c2049bf7cb81daf29a37481d1586373dd5ba80 /science | |
parent | - Update to 1.7 (diff) |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor)
Notes
Notes:
svn path=/head/; revision=210850
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 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 diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index d394ec13c927..b01dda6c7125 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9pre6 -PORTREVISION= 1 +PORTREVISION= 2 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.10:${PORTSDIR}/math/gsl \ + gsl.12:${PORTSDIR}/math/gsl \ readline.5:${PORTSDIR}/devel/readline USE_AUTOTOOLS= libtool:15 diff --git a/science/kst/Makefile b/science/kst/Makefile index b81c7368941c..9e5d374a16de 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.5.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.10:${PORTSDIR}/math/gsl + gsl.12:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index b81c7368941c..9e5d374a16de 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.5.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.10:${PORTSDIR}/math/gsl + gsl.12:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |