diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-12 08:14:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-12 08:14:22 +0000 |
commit | 11759ed79fff107d5a25ac6e64696e121111cb2e (patch) | |
tree | d3d0fc56c12651e6b6497ea3db51bc8dec459dab /math/PDL | |
parent | 65972bf3f57a4486f03d7b3b2b39823e9add6d39 (diff) |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 10868aecd74b..b52454c83567 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -22,7 +22,8 @@ COMMENT= Perl Data Language BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \ ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ - ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter + ${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 \ fftw.2:${PORTSDIR}/math/fftw \ gsl.5:${PORTSDIR}/math/gsl |