diff options
author | linimon <linimon@FreeBSD.org> | 2004-08-31 12:39:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-08-31 12:39:56 +0800 |
commit | d3fc5103eddfbc9f2a7a8528d729985113fbba7a (patch) | |
tree | 2b102c6cd560e2a1399a234c324793ebcf1d129b /math/PDL | |
parent | c4cf03d099659d7f7996bd97ec99a84036c57ff6 (diff) | |
download | freebsd-ports-gnome-d3fc5103eddfbc9f2a7a8528d729985113fbba7a.tar.gz freebsd-ports-gnome-d3fc5103eddfbc9f2a7a8528d729985113fbba7a.tar.zst freebsd-ports-gnome-d3fc5103eddfbc9f2a7a8528d729985113fbba7a.zip |
Chase plplot shared library version.
PR: ports/71163
Submitted by: Joerg Pulz <Joerg dot Pulz at frm2 dot tum dot de>
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 \ |