diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-31 04:39:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-31 04:39:56 +0000 |
commit | 89ce75e44e7d194b8e18258d27d3871ec0297b4b (patch) | |
tree | 76a21f9088ceafa1e50264866d5df9837a3d6884 /math/PDL | |
parent | 397db08f284cf61668b405382dad29dbd4e980fb (diff) | |
download | ports-89ce75e44e7d194b8e18258d27d3871ec0297b4b.tar.gz ports-89ce75e44e7d194b8e18258d27d3871ec0297b4b.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 b3942b6d5c6d..3021b64d76b6 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ ${SITE_PERL}/Astro/FITS/Header.pm:${PORTSDIR}/astro/p5-Astro-FITS-Header -LIB_DEPENDS= plplotd.9:${PORTSDIR}/math/plplot \ +LIB_DEPENDS= plplotd.10:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ gsl.6:${PORTSDIR}/math/gsl RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ |