diff options
author | kris <kris@FreeBSD.org> | 2002-10-05 22:36:32 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-05 22:36:32 +0000 |
commit | fd30ced2a9fd46ff3fb78d7f1935510048659f2c (patch) | |
tree | 9425fe538ff202110c5915418633fe06e6ff2b16 /math | |
parent | a6f3649c74951bd64fb4e782bf3f23380ceef76b (diff) | |
download | FreeBSD-ports-fd30ced2a9fd46ff3fb78d7f1935510048659f2c.zip FreeBSD-ports-fd30ced2a9fd46ff3fb78d7f1935510048659f2c.tar.gz |
BROKEN: Does not compile
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 3c76b51..d3b0213 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 \ |