diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-07 08:22:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-07 08:22:50 +0000 |
commit | 34c8086af5609e9a13eeca932412867ff04fe659 (patch) | |
tree | ccfdb4d0c3df38c4370977e3105f4d0daef4f01d /math/PDL | |
parent | b9258c6079764689605be412924ab313dba2f30e (diff) | |
download | ports-34c8086af5609e9a13eeca932412867ff04fe659.tar.gz ports-34c8086af5609e9a13eeca932412867ff04fe659.zip |
Notes
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 ac87017d466e..b3942b6d5c6d 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Astro/FITS/Header.pm:${PORTSDIR}/astro/p5-Astro-FITS-Header LIB_DEPENDS= plplotd.9:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.5:${PORTSDIR}/math/gsl + gsl.6:${PORTSDIR}/math/gsl RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl |