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 /math | |
parent | Add php3 distinfo too. (diff) |
Bump gsl shlib version.
Pointed out by: kris
Forgotten by: obraun
Notes
Notes:
svn path=/head/; revision=73642
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 |