diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-20 10:02:03 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-20 10:02:03 +0000 |
commit | 4ed718b84c873de1842ed24006d99cd70768656a (patch) | |
tree | 66b78e19a07a6d6050575724374eb3e6722a368d | |
parent | Add php3 distinfo too. (diff) |
Bump gsl shlib version.
Pointed out by: kris
Forgotten by: obraun
Notes
Notes:
svn path=/head/; revision=73642
-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 0af36b4ef700..0b5f492bb761 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 a90ac9afe6cc..e404305f217a 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 d3b02136e073..13a81616f877 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 f7881b3142fa..be727ff71e5f 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 bf8d361a874e..f599d7d048e4 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 |