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/PDL | |
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/PDL')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |