diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
commit | f733c761d07002b310f809b16e9616bb8734f2d2 (patch) | |
tree | b66214f99ec8f8bd25cffccb3c852cd264affcea /math/PDL | |
parent | 81ebdadaaad09f4a98f169356e1d24b00aaddad5 (diff) | |
download | ports-f733c761d07002b310f809b16e9616bb8734f2d2.tar.gz ports-f733c761d07002b310f809b16e9616bb8734f2d2.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 66499691ab2e..75345f91da95 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.10:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.6:${PORTSDIR}/math/gsl + gsl.7:${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 |