diff options
author | vs <vs@FreeBSD.org> | 2004-07-07 16:22:50 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-07 16:22:50 +0800 |
commit | a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb (patch) | |
tree | dd4410c5f4ed0154f519fcdf52f21c0d2a51559f | |
parent | 7abfb7602d7e1f955e410e7e03f1f1861279e132 (diff) | |
download | freebsd-ports-gnome-a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb.tar.gz freebsd-ports-gnome-a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb.tar.zst freebsd-ports-gnome-a4b3025c8d7c55fe5f48ad730212a7cdef6a89fb.zip |
Chase libgsl-update
-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/p5-Math-GSL/Makefile | 2 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 998d63fad05c..94e7f5c59b8a 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org COMMENT= Multitracking sound editor and utilities -LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.6:${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 2b3e810e5aec..2ef36e611bf8 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -21,7 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= An automatic 3D finite element mesh generator -LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/math/PDL/Makefile b/math/PDL/Makefile index ac87017d466e..b3942b6d5c6d 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.9:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.5:${PORTSDIR}/math/gsl + gsl.6:${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/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 4fdfa0b129a4..9692aa3c6a0f 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.5:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.6:${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 da13662cdc4a..9e8c41417c48 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org COMMENT= Python interface to GNU Scientific Library -LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 0d8024fa5b22..32253d8e4c8b 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension library for GSL (GNU Scientific Library) -LIB_DEPENDS= gsl.5:${.CURDIR}/../gsl +LIB_DEPENDS= gsl.6:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes |