diff options
author | obraun <obraun@FreeBSD.org> | 2003-01-20 10:02:03 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-01-20 10:02:03 +0000 |
commit | 957f9f9db886f2989c609eded4bd2c8ab69155bc (patch) | |
tree | 730450371c6c07433aa7ccb61cbe3c513020cbf9 | |
parent | d8c75e04f7c117fd9495f7642914a5c47665092b (diff) | |
download | FreeBSD-ports-957f9f9db886f2989c609eded4bd2c8ab69155bc.zip FreeBSD-ports-957f9f9db886f2989c609eded4bd2c8ab69155bc.tar.gz |
Bump gsl shlib version.
Pointed out by: kris
Forgotten by: obraun
-rw-r--r-- | audio/snd/Makefile | 2 | ||||
-rw-r--r-- | graphics/imlib3d/Makefile | 2 | ||||
-rw-r--r-- | math/PDL/Makefile | 2 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 0af36b4..0b5f492 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org -LIB_DEPENDS= gsl.3:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl \ intl.4:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_ESD) diff --git a/graphics/imlib3d/Makefile b/graphics/imlib3d/Makefile index a90ac9a..e404305 100644 --- a/graphics/imlib3d/Makefile +++ b/graphics/imlib3d/Makefile @@ -17,7 +17,7 @@ DISTNAME= ImLib3D-${PORTVERSION} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - gsl.3:${PORTSDIR}/math/gsl \ + gsl.4:${PORTSDIR}/math/gsl \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gtkglmm.1:${PORTSDIR}/x11-toolkits/gtkglarea-- diff --git a/math/PDL/Makefile b/math/PDL/Makefile index d3b0213..13a8161 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -30,7 +30,7 @@ SCRIPTS_ENV= PERL=${PERL} .if defined(KITCHEN_SINK) LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw \ - gsl.3:${PORTSDIR}/math/gsl + gsl.4:${PORTSDIR}/math/gsl RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ saoimage:${PORTSDIR}/astro/saoimage diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index f7881b3..be727ff 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org -LIB_DEPENDS= gsl.3:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.4:${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 bf8d361..f599d7d 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= gsl.3:${.CURDIR}/../gsl +LIB_DEPENDS= gsl.4:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes |