diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 22:36:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 22:36:32 +0000 |
commit | c92fe2df3628eef2a95202ec641a174230f330ec (patch) | |
tree | 5dca1ef3ab4ab132d4e7f5565b9d90668a2059f1 /math | |
parent | 0589d36b869f5c1d5a2d2791ab8ba21bc91ed333 (diff) | |
download | ports-c92fe2df3628eef2a95202ec641a174230f330ec.tar.gz ports-c92fe2df3628eef2a95202ec641a174230f330ec.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 3c76b512c23b..d3b02136e073 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= PDL pdl MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not compile" + BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${PERL_SITELIBDIR}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \ ${PERL_SITELIBDIR}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ |