diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-25 15:13:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-25 15:13:02 +0800 |
commit | ace07f74426f9229830f5f03dae5046a03b9fd89 (patch) | |
tree | 862cbdc8f273a1116f2016746d66cca3a0e6aa6a /math/PDL | |
parent | 297b1f95a8fa14f879a35aba9ada834d19a5b0c7 (diff) | |
download | freebsd-ports-gnome-ace07f74426f9229830f5f03dae5046a03b9fd89.tar.gz freebsd-ports-gnome-ace07f74426f9229830f5f03dae5046a03b9fd89.tar.zst freebsd-ports-gnome-ace07f74426f9229830f5f03dae5046a03b9fd89.zip |
bump gsl lib version
Submitted by: La Temperanza <temperanza@softhome.net>
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 cad0d9f7ef8f..3c76b512c23b 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -28,7 +28,7 @@ SCRIPTS_ENV= PERL=${PERL} .if defined(KITCHEN_SINK) LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw \ - gsl.0:${PORTSDIR}/math/gsl + gsl.3:${PORTSDIR}/math/gsl RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ saoimage:${PORTSDIR}/astro/saoimage |