diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
commit | f733c761d07002b310f809b16e9616bb8734f2d2 (patch) | |
tree | b66214f99ec8f8bd25cffccb3c852cd264affcea | |
parent | 81ebdadaaad09f4a98f169356e1d24b00aaddad5 (diff) | |
download | ports-f733c761d07002b310f809b16e9616bb8734f2d2.tar.gz ports-f733c761d07002b310f809b16e9616bb8734f2d2.zip |
Notes
-rw-r--r-- | astro/orsa/Makefile | 2 | ||||
-rw-r--r-- | audio/snd/Makefile | 2 | ||||
-rw-r--r-- | cad/gmsh/Makefile | 2 | ||||
-rw-r--r-- | math/PDL/Makefile | 2 | ||||
-rw-r--r-- | math/freefem++/Makefile | 2 | ||||
-rw-r--r-- | math/freemat/Makefile | 2 | ||||
-rw-r--r-- | math/orpie/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 2 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/yacas/Makefile | 2 | ||||
-rw-r--r-- | science/getdp/Makefile | 2 | ||||
-rw-r--r-- | science/kst/Makefile | 2 | ||||
-rw-r--r-- | science/kst2/Makefile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 78057467654f..6d78f3e8791a 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ cln.3:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.3.0:${PORTSDIR}/math/GiNaC diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 1f9065b378ad..fb37fe3795b6 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org COMMENT= Multitracking sound editor and utilities -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl ALL_TARGET= audinfo snd sndinfo sndplay sndrecord sndsine CONFIGURE_ARGS= --with-float-samples \ diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 5003028699a0..d1aa43944053 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An automatic 3D finite element mesh generator RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk .if defined(PACKAGE_BUILDING) diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 66499691ab2e..75345f91da95 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Astro/FITS/Header.pm:${PORTSDIR}/astro/p5-Astro-FITS-Header LIB_DEPENDS= plplotd.10:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.6:${PORTSDIR}/math/gsl + gsl.7:${PORTSDIR}/math/gsl RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 9e9d4a75a1c4..86ecf5f5dd14 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -16,7 +16,7 @@ COMMENT= An implementation of a language dedicated to the finite element method LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ f2c.2:${PORTSDIR}/lang/f2c \ - gsl.6:${PORTSDIR}/math/gsl \ + gsl.7:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack \ fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \ diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 1ec306227dd1..22aca088e2f8 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An environment for rapid engineering and scientific processing LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c \ - gsl.6:${PORTSDIR}/math/gsl \ + gsl.7:${PORTSDIR}/math/gsl \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lapack.3:${PORTSDIR}/math/lapack \ png.5:${PORTSDIR}/graphics/png \ diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 60c509cc5e80..fff843900fe9 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -14,7 +14,7 @@ MAINTAINER= dylan@dylex.net COMMENT= A fullscreen RPN calculator for the console BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 9692aa3c6a0f..3160488d0c4a 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl interface to GNU Scientific Library -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 81743da8805f..dc44f9550b33 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -19,7 +19,7 @@ COMMENT= Python interface to GNU Scientific Library BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 9e494e5d5c19..29b6dd69f68a 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl USE_PERL5_BUILD= yes USE_GMAKE= yes diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 5eb15b67b45f..58d5ce5500ac 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - gsl.6:${PORTSDIR}/math/gsl \ + gsl.7:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack GNU_CONFIGURE= yes diff --git a/science/kst/Makefile b/science/kst/Makefile index a98c8298890c..7725689cff2f 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -16,7 +16,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.6:${PORTSDIR}/math/gsl + gsl.7:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index a98c8298890c..7725689cff2f 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.6:${PORTSDIR}/math/gsl + gsl.7:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |