diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
commit | a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a (patch) | |
tree | bd3b68b1c1616483b7e8a56c691742eed57b2f7d /science | |
parent | bf1a249551c4d907662c20a0e8344db52ad0d64a (diff) | |
download | freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.gz freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.zst freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.zip |
chase math/gsl lib version
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 4 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 4 | ||||
-rw-r--r-- | science/kst/Makefile | 4 | ||||
-rw-r--r-- | science/kst2/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 74cfc097b9b6..9d866824874b 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,7 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 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.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack WANT_FORTRAN= yes #dummy but future use diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 127d011bbd75..5ac085b3c9c4 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage PORTVERSION= 0.8.11 -PORTREVISION= 6 +PORTREVISION= 7 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.9:${PORTSDIR}/math/gsl \ + gsl.10:${PORTSDIR}/math/gsl \ readline.5:${PORTSDIR}/devel/readline USE_XLIB= yes diff --git a/science/kst/Makefile b/science/kst/Makefile index d68e5608a252..2cc30abdcb86 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,7 +6,7 @@ PORTNAME= kst PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -16,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.9:${PORTSDIR}/math/gsl + gsl.10:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index d68e5608a252..2cc30abdcb86 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -6,7 +6,7 @@ PORTNAME= kst PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -16,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.9:${PORTSDIR}/math/gsl + gsl.10:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |