From 89ce75e44e7d194b8e18258d27d3871ec0297b4b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 31 Aug 2004 04:39:56 +0000 Subject: [PATCH] Chase plplot shared library version. PR: ports/71163 Submitted by: Joerg Pulz --- math/PDL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \