diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-12 16:14:22 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-12 16:14:22 +0800 |
commit | fb899c0c16777f66b09c2abf0cce8f22e96db3d1 (patch) | |
tree | 1028ea69f578dd4fd00eb38b2bad4bff8f0428d4 /math/PDL | |
parent | dcfe3a6af97e3dafde7217a6d0814b9502ee70b7 (diff) | |
download | freebsd-ports-gnome-fb899c0c16777f66b09c2abf0cce8f22e96db3d1.tar.gz freebsd-ports-gnome-fb899c0c16777f66b09c2abf0cce8f22e96db3d1.tar.zst freebsd-ports-gnome-fb899c0c16777f66b09c2abf0cce8f22e96db3d1.zip |
add missing dependency
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 |